Tree Schema Definition Reference
MessageBoxAction
This element defines an action that shows a simple message box.
- Label
- MessageBoxTitle
- MessageBoxMessage
- ToolTip
- Icon
- MessageDialogType
- PermissionTypes
A label of the action that shows the message box. Required.
The title of the message box. Required.
The message of the message box. Required.
A custom tooltip of the action that shows the message box. Optional.
Defaults to the value of the Label attribute.
The icon of the action. Optional.
The names of C1 CMS standard icons you can use in your application are listed in ~\Composite\images\icons\StandardIcons.xml
The type of the message box. Optional. Its possible values are:
- message
- question
- warning
- error
Defaults to “message”.
Each type displays its own icon in the message box.
A list of permissions on the message box action. Optional. The list can include one or more comma-separated values:
- read
- edit
- add
- delete
- approve
- publish
- administrate
Defaults to “read”.