﻿/*
	Comsite Ajax Library - http://www.ComSite.org
 	by Jay Kappel, founder of ComSite.

	Permission is freely granted to copy, modify, merge, publish, distribute,
	sublicense, and/or sell copies of this Software.

	THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED. IN NO EVENT SHALL 
	THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF 
	CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 
	DEALINGS IN THE SOFTWARE.
*/

// Dependencies for csAjaxWindowsConfig.js:

/// <reference path="csAjaxWindows.js" />

    csAjax.windows.config = {};
    
    csAjax.windows.config.minimumWindowWidth = '210px';
    csAjax.windows.config.minimumWindowHeight = '100px';
    csAjax.windows.config.defaultWindowClassName = 'vista';
    csAjax.windows.config.dragGridSize = 1;
    
    csAjax.windows.config.defaultWindowObjects = new Array('borderTL','borderTC','borderTR',
                                                           'borderCL','borderCR',
                                                           'borderBL','borderBC','borderBR',
                                                           'titleBar','titleIcon','footerBar',
                                                           'styleArea1','styleArea2','styleArea3','styleArea4',
                                                           'resizeHandleTC','resizeHandleBC',
                                                           'resizeHandleCL','resizeHandleCR',
                                                           'resizeHandleTL','resizeHandleTR',
                                                           'resizeHandleBL','resizeHandleBR',
                                                           'tbClose','tbHide','tbLock','tbMenu',
                                                           'focusHandler');
                                                        