Files
NativeScript/apps/tests/ui/text-view/text-view.md
Nikolay Tsonev fd7289a4c9 modify snippets
2016-04-15 16:27:56 +03:00

902 B

nav-title, title, description
nav-title title description
TextView How-To How-To Examples for using TextView

TextView

Using a TextView requires the text-view module.

Binding two TextViews text property to observable view-model property.

### Creating a TextView ### Setting the text of a TextView ### Binding text property directly to model ### Setting the hint of a TextView ### Binding hint property directly to model ### Setting the editable property of a TextView ### Binding editable property directly to model