This class implements the Dialog Window widget.
This class implements the Dialog Window widget. | |
Initialization method | |
Tells the Window which buttons it should have | |
Overwritten method that sets the name of main and dialog buttons and refreshes CSS Classes | |
Overwritten method that calls parent setCSSClass and sets the class of the button layer | |
Overwritten method that sets the class of dialog buttons also | |
Overwritten method that removes the specified CSS Class from main and dialog buttons | |
Returns the event that is called on Dialog window buttons click. |
Initialization method
p.initThyDialogWindow = function ()
Tells the Window which buttons it should have
p.setButtons = function ( buttons )
Overwritten method that sets the name of main and dialog buttons and refreshes CSS Classes
p.setName = function ( name )
Overwritten method that calls parent setCSSClass and sets the class of the button layer
p.setCSSClass = function ( type )
Overwritten method that sets the class of dialog buttons also
p._addCSSClass = function ( cssClass )
Overwritten method that removes the specified CSS Class from main and dialog buttons
p._removeCSSClass = function ( cssClass )
Returns the event that is called on Dialog window buttons click.
p._getButtonEvent = function( button )