Class DHTMLSuite.paneSplitterPaneModel
Object
|
+--DHTMLSuite.paneSplitterPaneModel
- class
DHTMLSuite.paneSplitterPaneModel
Purpose of class: Data source for the pane splitter
Css files used by this script:
Demos of this class:
Update log:
**********************************************************************************************************
Defined in dhtml-suite-for-applications.js
Method Summary |
Object
|
getContents()
Return an array of content objects
|
Object
|
getCountContent()
Return number of content objects inside this paneModel
|
Object
|
getPosition()
Return position of this pane
|
void
|
setData(inputArray)
One method which makes it possible to set all properties
|
void
|
setSize(newSizeInPixels)
Set size of pane
|
DHTMLSuite.paneSplitterPaneModel
DHTMLSuite.paneSplitterPaneModel(inputArray)
Data model for a pane
Created: November, 28th, 2006
getContents
Object getContents()
Return an array of content objects
Returns:
Array of DHTMLSuite.paneSplitterContentModel objects
getCountContent
Object getCountContent()
Return number of content objects inside this paneModel
Returns:
Integer Number of DHTMLSuite.paneSplitterContentModel objects
getPosition
Object getPosition()
Return position of this pane
Returns:
String Position of pane ( lowercase, "north","west","east","south" or "center" )
setData
void setData(inputArray)
One method which makes it possible to set all properties
Parameters:
Array
- inputArray associative array of properties DHTMLSuite.paneSplitterPaneModel.prototype.properties = id;position,title,tabTitle,closable,resizable,size,minSize,maxSize,htmlElementId,contentUrl,collapsable,state(expanded or collapsed),visible callbackOnCollapse,callbackOnHide,callbackOnShow,callbackOnExpand,callbackOnSlideIn, callbackOnSlideOut,callbackOnCloseContent,callbackOnBeforeCloseContent,callbackOnTabSwitch,callbackOnResize
setSize
void setSize(newSizeInPixels)
Parameters:
Integer
- newSizeInPixels = Size of new pane ( for "west" and "east", it would be width, for "north" and "south", it's height.
Documentation generated by
JSDoc on Mon Oct 8 10:17:27 2007