MobileCRM.UI._ListView - Resconet/JSBridge GitHub Wiki
MobileCRM.UI._ListView Object
Represents the Javascript equivalent of the list view (control) object.
Properties
Property | Type | Description |
---|---|---|
isVisible | Boolean | Gets or sets whether the view is visible. |
name | String | Gets the name of the view. |
selectedIndex | Number | Gets or sets the index of the selected row. |
templateIndex | Number | Gets or sets the index of the template used to paint rows in the normal state. |
selectedTemplateIndex | Number | Gets or sets the index of the template used to paint rows in the selected state. |
isScrollEnabled | Boolean | Gets or sets whether list can scroll. Default true. |