Portlet Factory, Version 6.1.2
Construct name qualifiers
Inside an HTML template file, you can have several different examples of each named construct. in each case, the system will choose the most specific example for a given construct. it does not matter what the order of construct specifications is within the html template file. in order of precedence, qualifiers are based on:
- name of the element
- control type that the element is using (fields only)
- type of the element.
Parent topic: Auto-generated HTML template structure and constructs
- Qualifying a construct by field control type
You can also qualify the DataEntryField and the DisplayField according to the control type that will be used to display them, using the qualifier _<control name> (including the underscore).
- Qualifying a construct by container/field name
To create a construct for a specifically named node that you know is going to appear in your data, use the qualifier.
- Qualifying a construct by container/field type
In some cases, you might want to change the display of certain elements based on the type of the element.
Library | Support |