Base class for all other ThyAPI Components. It defines fundamental functions that all thyAPI components must have.
Base class for all other ThyAPI Components. | |
Overloaded DynAPI method that permits multiple inheritance | |
Overloaded method that checks if a class is derivate from another class | |
Checks if the object is from the specified class type or from a class derivate from that. | |
Changes the name of the widget | |
Returns an exact copy of object (including children and DOM nodes) | |
Shows the message |
Overloaded DynAPI method that permits multiple inheritance
dynapi.setPrototype = function( sC, sP )
Overloaded method that checks if a class is derivate from another class
DynObject.isClass = function( cn, n )
Changes the name of the widget
p.setName = function ( name )
Returns an exact copy of object (including children and DOM nodes)
p.clone = function ( name )
Shows the message
function showMessage( message )