MobileCRM.UI.EntityListCellAction - Resconet/JSBridge GitHub Wiki
Enumeration class holding constants for MobileCRM.UI.EntityListClickEvent.
Property | Type | Description |
---|---|---|
Text | Number | Cell displaying data bound or constant text. |
Image | Number | Cell displaying data bound or constant image. |
Button | Number | Clickable button cell. |
InlineButton | Number | The inline button. iOS only. |
Editable | Number | The cell is editable. Or together with Text kind. |
Clickable | Number | The cell is clickable. Or together with Text kind. |
DirectEdit | Number | The cell is editable and will be saved right after change. Or together with Text kind. |
ActionMask | Number | The cell is editable or clickable. |