Javascript widgets 'abstract' base class.
More...
List of all members.
Detailed Description
Javascript widgets 'abstract' base class.
Member Function Documentation
function disabled |
( |
|
value |
) |
[inline] |
get/set the text content (widget specific)
- Parameters:
-
| value | (bool) the disabled state |
function element |
( |
|
) |
[inline] |
- Returns:
- the domNode associated to this object
- Note:
- the element is evaluated the first time this member is accessed and than stored in an internal variable.
- Returns:
- the id of the html element associated to this object
function text |
( |
|
text |
) |
[inline] |
get/set the html text content
- Parameters:
-
| text | (string) the text value to set |
Reimplemented in utyButton.
function toString |
( |
|
) |
[inline] |
The documentation for this class was generated from the following file: