StaticText
QuickLinks
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
eventListeners | EventListeners EventListener | readonly | A collection of event listeners. |
events | Events Event | readonly | A collection of events. |
id | number | readonly | The unique ID of the StaticText. |
index | number | readonly | The index of the StaticText within its containing object. |
isValid | bool | readonly | Returns true if the object specifier resolves to valid objects. |
minWidth | number | r/w | The width of the control. For an editbox or combobox, specifies the minimum width of the box. |
parent | BorderPanelDialogColumn DialogRow EnablingGroup |
readonly | The parent of the StaticText (a DialogColumn, DialogRow, EnablingGroup or BorderPanel). |
properties | Object | r/w | A property that allows setting of several properties at the same time. |
staticLabel | string | r/w | Text that appears in the StaticText. |
Methods
Instances
EventListener addEventListener (eventType:
string, handler:
varies[, captures:
bool=false])
Adds an event listener.
Parameter | Type | Description |
---|---|---|
eventType | string | The event type. |
handler | File JavaScript Function | The event handler. Can accept: File or JavaScript Function. |
captures | bool | This parameter is obsolete. (Optional) (default: false) |
Array
of StaticText getElements ()
Resolves the object specifier, creating an array of object references.
bool removeEventListener (eventType:
string, handler:
varies[, captures:
bool=false])
Removes the event listener.
Parameter | Type | Description |
---|---|---|
eventType | string | The registered event type. |
handler | File JavaScript Function | The registered event handler. Can accept: File or JavaScript Function. |
captures | bool | This parameter is obsolete. (Optional) (default: false) |
string toSource ()
Generates a string which, if executed, will return the StaticText.
Used in:
StaticText StaticTexts.nextItem (obj: StaticText)
StaticText StaticTexts.previousItem (obj: StaticText)
Return
Array of StaticText StaticText.getElements ()
StaticText StaticTexts.[] (index: number)
StaticText StaticTexts.add ([withProperties: Object])
StaticText StaticTexts.anyItem ()
Array of StaticText StaticTexts.everyItem ()
StaticText StaticTexts.firstItem ()
StaticText StaticTexts.item (index: varies)
StaticText StaticTexts.itemByID (id: number)
Array of StaticText StaticTexts.itemByRange (from: varies, to: varies)
StaticText StaticTexts.lastItem ()
StaticText StaticTexts.middleItem ()
StaticText StaticTexts.nextItem (obj: StaticText)
StaticText StaticTexts.previousItem (obj: StaticText)
Jongware, 29-Apr-2012 v3.0.3i | Contents :: Index |