Files
2016-05-09 11:34:31 +03:00

804 B

nav-title title description previous_url
Label How-To label Examples for using Label /ApiReference/ui/label/HOW-TO

Label

Using a label requires the Label module.

Binding the Label text property to a view-model property.

<Page>
  {%raw%}<Label text="{{ title }}" />{%endraw%}
</Page>

Setting the label text content

Turning on text wrapping for a label

Styling a label via css class

Styling a label via css type

Styling a label via css control identifier

Binding text property of a label to an observable model