hasOptionList

Specifies that the metadata field has an option list.

Type and Usage

Output

  • Returns TRUE if the field has an option list.

  • Returns FALSE if the field does not have an option list.

Example

Specifies that the field has an option list:

<$hasOptionList=1$>

Generates the option list values if the field has an option list:

<$if hasOptionList$>
    <$if isQuery$></td><td><$endif$>
    <$include std_option_list_entry$>
<$endif$>

See Also