-
Notifications
You must be signed in to change notification settings - Fork 24
MobileCRM.UI.DetailViewItems.TextBoxItem
rescocrm edited this page Oct 6, 2025
·
3 revisions
[8.0] Represents the MobileCRM.UI._DetailView text item.
| Property | Type | Description |
|---|---|---|
| numberOfLines | Number | Gets or sets the number of lines to display. Default is one. |
| isPassword | Boolean | Gets or sets whether the text value should be masked. Used for password entry. |
| maxLength | Number | Gets to sets the maximum text length. |
| kind | Number | Gets or sets the value kind (Text=0, Email=1, Url=2, Phone=3, Barcode=4). |
| placeholderText | Number | Gets or sets the text that is displayed in the control until the value is changed by a user action or some other operation. Default is empty string. |
| Method | Description |
|---|---|
| constructor | Constructs an instance of MobileCRM.UI.DetailViewItems.TextBoxItem object. |