Class SweetDevRia.WindowDocking
WindowDocking
Defined in: WindowDocking.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Field Attributes | Field Name and Description |
---|---|
Name of the class
|
Method Attributes | Method Name and Description |
---|---|
addColumn(colId)
Add a column to the component
|
|
addSpliter(spliterId)
Add a spliter to the component
|
|
addWindow(windowId)
Add a window to the component
|
|
init()
Do all the things that must be done at startup
|
Field Detail
{String}
className
Name of the class
Method Detail
addColumn(colId)
Add a column to the component
- Parameters:
- {String} colId
- The id of the column
addSpliter(spliterId)
Add a spliter to the component
- Parameters:
- {String} spliterId
- The id of the spliter
addWindow(windowId)
Add a window to the component
- Parameters:
- {String} windowId
- The id of the window
init()
Do all the things that must be done at startup