This is a Panel that has a Label.
This is a Panel that has a Label. | |
Initialization Method | |
Populates the Panel and optionally its Label | |
Returns the sweepOut of the contents | |
Removes all data from contents | |
Removes all transient data from contents panel | |
Sets this Panel Label text | |
Returns the Panel label text | |
Sets the HTML of the contents. | |
Overwritten method that sets the name of main, label and contents and refreshes CSS Classes | |
Overwritten method that sets CSS classes of main, label and contents panels | |
Overloaded method that add childs to Contents Panel | |
Overloaded method that removes childs from Contents panel | |
Adds the specified CSS Class to base classes and reset CSS | |
Removes the specified CSS Class from main, label and contents and refreshes CSS | |
Insert ‘thyLabelPanel_disabled’ CSS class onto contents |
Initialization Method
p.initThyLabelPanel = function ()
Populates the Panel and optionally its Label
p.populate = function ( data )
Returns the sweepOut of the contents
p.sweepOut = function ()
Removes all data from contents
p.cleanUp = function ()
Removes all transient data from contents panel
p.reset = function ()
Sets this Panel Label text
p.setLabel = function ( label )
Returns the Panel label text
p.getLabel = function ()
Sets the HTML of the contents.
p.setHTML = function ( html )
Overwritten method that sets the name of main, label and contents and refreshes CSS Classes
p.setName = function ( name )
Overwritten method that sets CSS classes of main, label and contents panels
p.setCSSClass = function ( type )
Overloaded method that add childs to Contents Panel
p.addChild = function ( child, alias, inlineID )
Overloaded method that removes childs from Contents panel
p.removeChild = function ( child )
Adds the specified CSS Class to base classes and reset CSS
p._addCSSClass = function ( cssClass )
Removes the specified CSS Class from main, label and contents and refreshes CSS
p._removeCSSClass = function ( cssClass )
Insert ‘thyLabelPanel_disabled’ CSS class onto contents
p._setDisabled = function ()