XML FOR DOMINO


keywords element
Represents a Notes list field.

Containment Hierarchy

Contained by: <field>

Contains: <textlist>, <formula>

Syntax

<!ELEMENT keywords ( textlist | formula )?>

Content

( textlist | formula )?


Attributes

<!ATTLIST keywords
ui(%keywords.ui;)"dialoglist"
borderstyle(%keywords.borders;)"single"
allownew%boolean;"false"
recalconchange%boolean;#IMPLIED
recalcchoices%boolean;"false"
columns%integer;#IMPLIED
helperbutton%boolean;"true"
%reading.order.attrs;
>

allownew


borderstyle
columns
helperbutton
recalcchoices
recalconchange
ui
Defined entities for <keywords> element

The %keywords.borders; entity lists border styles for list fields.

Syntax:

<!ENTITY % keywords.borders "none | single | inset ">

The following border styles apply to the radio button and checkbox options of the %keywords.ui; entity only:

inset


none
single
The %keywords.ui; entity lists the types of fields that present users with a list of choices.

Syntax:

<!ENTITY % keywords.ui "dialoglist | checkbox | radiobutton | combobox | listbox ">

checkbox


combobox
dialoglist
listbox
radiobutton
See Also