Label

From NSB App Studio
Jump to navigation Jump to search

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.
textContent The text of the title. May include HTML.

Events

Standard events are supported. However, events are not usually associated with the control.