Label
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.