Label: Difference between revisions
Jump to navigation
Jump to search
Line 29: | Line 29: | ||
[[Category:Controls]] | [[Category:Controls]] | ||
[[Category: | [[Category:General]] | ||
Revision as of 19:28, 28 February 2013
Description
The Label control is used to display text and headings. The text cannot be modified.
While a variety of different events are available, the usual response to clicking a command button is to call the function <buttonID>_onclick().
To add a Label to your app, choose the Label icon in the Toolbar, then position it on the Design Screen. Use the Property Editor to set the properties you need.
Properties
Standard properties are supported, plus:
Caption | The caption of the label. Same as textContent. Runtime only. |
innerHTML | The text of the title. May include HTML. |
textContent | The text of the title. Text Only. |
Events
Standard events are supported. However, events are not usually associated with the control.