Label Class Reference

The Label JavaScript class. A simplified version of the Label Qt widget. More...

Properties

String text
 Text shown on the label. More...
 

Detailed Description

The Label JavaScript class. A simplified version of the Label Qt widget.

var bodyText = new Label();
bodyText.text = "This is will be displayed in the body of the dialog.";
myDialog.add( bodyText );

Property Documentation

◆ text

String Label::text
readwrite

Text shown on the label.