// NOTE: For best readability, view with a fixed-width font and tabs equal to 4-chars
;(function($){
/*
* GENERIC $.layout METHODS - used by all layouts
*/
$.layout={
version:"1.3.rc29.15"
,revision:0.032915// 1.3.0 final = 1.0300 - major(n+).minor(nn)+patch(nn+)
// LANGUAGE CUSTOMIZATION
,language:{
// Tips and messages for resizers, togglers, custom buttons, etc.
Open:"Open"// eg: "Open Pane"
,Close:"Close"
,Resize:"Resize"
,Slide:"Slide Open"
,Pin:"Pin"
,Unpin:"Un-Pin"
,noRoomToOpenTip:"Not enough room to show this pane."
// Developer error messages
,pane:"pane"// description of "layout pane element"
,selector:"selector"// description of "jQuery-selector"
,errButton:"Error Adding Button \n\nInvalid "
,errContainerMissing:"UI Layout Initialization Error\n\nThe specified layout-container does not exist."
,errCenterPaneMissing:"UI Layout Initialization Error\n\nThe center-pane element does not exist.\n\nThe center-pane is a required element."
,errContainerHeight:"UI Layout Initialization Warning\n\nThe layout-container \"CONTAINER\" has no height.\n\nTherefore the layout is 0-height and hence 'invisible'!"
}
// can update code here if $.browser is phased out