Tree Schema Definition Reference

MessageBoxAction

This element defines an action that shows a simple message box.

  • Label
  • MessageBoxTitle
  • MessageBoxMessage
  • ToolTip
  • Icon
  • MessageDialogType
  • PermissionTypes
 

Label

A label of the action that shows the message box. Required.

MessageBoxTitle

The title of the message box. Required.

MessageBoxMessage

The message of the message box. Required.

ToolTip

A custom tooltip of the action that shows the message box. Optional.

Defaults to the value of the Label attribute.

Icon

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

MessageDialogType

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.

PermissionTypes

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”.