HTML Dialog Preferences

In the Axon Ivy Designer preferences you can configure the templates used for the creation of HTML Dialogs and Offline Dialogs.

Note

There are different templates for HTML Dialogs and Offline Dialogs. Whereas HTML Dialog templates are targeted to make use of the full JSF stack, Offline Dialog templates are designed to work without enduring connection to the Engine and are optimized for use on rather small mobile devices with touch input.

Accessibility

Axon Ivy Designer Menu -> Windows -> Preferences -> Web -> HTML Files -> Editor -> Templates

HTML Dialog View Type Templates

View Type Page and View Type Component are the predefined view types for HTML Dialogs. Furthermore every template with a name that starts with ‘View Type’ is considered as an HTML Dialog View Type and therefore listed in the New User Dialog Wizard.

Offline Dialogs have only one predefined view type called Offline View Type Page. Custom templates for Offline Dialogs have to start with ‘Offline View Type’

Tip

When the template for a View Type contains <ui:composition template="${layout}">, it will be a template for an HTML Page. Otherwise it will be a template for an HTML Component.

Form Field Templates

Every template with a name pattern ‘form field [Type]’ (for HTML Dialogs) respectively ‘offline form field [Type]’ (for Offline Dialogs) is considered as a form field template of the specified type. The form field templates are used during the creation of an HTML Dialog by the New User Dialog Wizard.

Tip

Each template can be inserted into an HTML Dialog view via the auto complete function (CTRL+Space).