10,853
edits
Line 232: | Line 232: | ||
* IsVisible: Display or hide the tab | * IsVisible: Display or hide the tab | ||
* IsSelected: Tab gains focus | * IsSelected: Tab gains focus | ||
* IsMaximized: | * IsMaximized: Maximize the tab over whole form (no other field or list are visible, but the elements on left are visible, e.g., list view) | ||
* IsExpanded: | * IsExpanded: Is the tab is collapsed or expanded (in the app, tabs can be collapsed or expanded using arrow(“V”) button) | ||
* IsLoaded: Ensure that the tab is loaded | * IsLoaded: Ensure that the tab is loaded | ||
* IsDirty: Has been modified | * IsDirty: Has the tab been modified? | ||
* AllowCreateNew: For associated or unassociated lists, allow creating new items | * AllowCreateNew: For associated or unassociated lists, allow creating new items | ||
Line 241: | Line 241: | ||
* IsEmpty: Does not contain data | * IsEmpty: Does not contain data | ||
* Caption: Caption of the tab (displayed in the app) | * Caption: Caption of the tab (displayed in the app) | ||
* CommandsMask: | * CommandsMask: Enable or disable document actions; see [https://www.resco.net/javascript-bridge-reference/#MobileCRM_UI_MediaTab_setCommandsMask JavaScript Bridge reference] for information about inputs | ||
* IsEditable: | * IsEditable: Is the attachment tab editable for document edit actions? | ||
* MaxImageWidth: The image is reduced to the specified maximum width | * MaxImageWidth: The image is reduced to the specified maximum width | ||
* MaxImageHeight: The image is reduced to the specified maximum height | * MaxImageHeight: The image is reduced to the specified maximum height |