Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: MOTION-157

...

Example: The contact edit form has two buttons:  Save Changeschanges and Cancel: buttons.

The Contacts app does not provide the text for either button in its own message bundle. They are provided in the module-ui-framework-messages_en.properties file of the ui-framework module.

...

If your app needs these buttons, just name your actions commit and cancel.

...

enableHeadingAttributesfalse
enableSortingfalse
classm5-configuration-tree
enableHighlightingfalse

...

Mgnl n
actions

...

Mgnl n
commit

...

Mgnl p
class

...

info.magnolia.ui.form.action.SaveFormActionDefinition

...

Mgnl p
implementationClass

...

info.magnolia.contacts.app.form.action.SaveContactFormAction

...

Mgnl n
cancel

...

Mgnl p
class

...

Image Added

Providing a key to other modules or apps

...

(warning) If used in the key, <subapp> requires <app>.

...

Tabs

  • <module>.<dialogPath>.<tab>[.label]
  • dialogstabs.<dialogPath><tab>[.label]

...

Dialogs

  • <module>.<dialogPath>.<tab>[.label]
  • tabsdialogs.<tab><dialogPath>[.label]

Fields

  • [<module>.]<dialogPath>.[<tab>.]<field>[.label]
  • [<module>.]<dialogPath>.[<tab>.]<field>.description
  • <tab>.<field>[.label]
  • <tab>.<field>.description
  • fields.<field>[.label]
  • fields.<field>.description

...

  • [<module>.]<dialogPath>.[<tab>.]<field>.validation.errorMessage
  • <tab>.<field>.validation.errorMessage
  • fields.<field>.validation.errorMessage

Templates

Pages/components

    • [<module>.]templates.<templatePath>
    • [<module>.]templates.<templatePath>.description

Areas

    • templates.areas.<areaName>
    • templates.areas.<areaName>.description