Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

<dialog-name>

required

Arbitrary node name. Typically matches the template it edits. For example the component definition node and dialog definition node for a link component could both be named link. This is not required and one dialog can be used for more than one template.

form

required

Contains a form definition which defines the fields where content is entered.

actions

required

Contains  action definitions  which define how the data is submitted. The actions are rendered to users as buttons. Typically you need at least save and cancel actions.

modalityLevel

optional

Modality level defines how intrusive the dialog is. Valid values are strong (default), light and non-modal.

actionArea

optional

Allows you to configure secondary actions.

wide

optional , default is false

true opens the dialog in wide mode using all available horizontal space.

Click the expand/collapse button in the top right corner to toggle between the wide and normal (720px) modes.

dialogLabelItemProperty

optional (warning) 5.5.11+

Sets the dialog's caption via a property holding the preferred value, for example via the jcrName property.

...