Previous Topic: dtlDropdownNext Topic: dtlEnd


dtlDropdownWithDesc

The dtlDropdownWithDesc macro specifies a drop-down list on an HTMPL detail form. A caption (header) precedes the drop-down list with a text description following it.

This macro has the following properties:

attr=attributeName

(Required) Specifies the name of the attribute associated with the control.

desc=text

Specifies the description that appears after the drop-down list.

hdr=text

Specifies the text of the caption on the control; defaults to the DISPLAY_NAME of the attribute associated with the control.

sel_fac=factoryName

Specifies a factory whose entire contents will display in the drop-down list. This property is effective only if sel_list is empty.

sel_list="text@,@value@,…,@text@,@value"

Specifies a comma-separated list of values for the drop-down. Values are specified in pairs, with the displayed value followed by the corresponding internal value. At symbols (@) delimit the individual values, except for the first and last value in the list.

title=text

Specifies the title for screen reader users.

value=string

Specifies the value of the attribute in the read-only view.