User Guide

480
ADOBE GOLIVE CS2
User Guide
maxlength Specifies the maximum number of characters that a user can enter in the input area. To allow an
unlimited number of characters, leave this attribute blank.
tabindex Specifies the position of the element in the tabbing order (the order in which elements are activated when
auserpresses theTab key). Enter1if youwantthe elementtobefirst in thetabbing order. Some browsers mayignore
this attribute.
xml:lang Specifies the language of the element or its attributes.
value Specifies the default value of the variable specified in the name attribute.
format Specifies the range of characters that a user can enter.
title Specifies a title for the element.
accesskey Specifies a key that a user can press to activate the input area. The availability of keys depends on the
wireless device. For example, phones have keys 0-9, pound, and asterisk. Some browsers may ignore this attribute.
See also
“To set variables or postfield elements in a WML deck” on page 477
To create a group of text entry fields
1 Drag the Fieldset icon from the WML Elements set in the objects toolbox into the document window. Release the
mouse button when the pointer is in the desired location in a paragraph.
2 Set the following optional attributes in the Fieldset Inspector:
title Specifies a title for the element.
xml:lang Specifies the language of the element or its attributes.
3 Add input elements to the fieldset element.
To create a selection list
1 Drag the Select icon from the WML Elements set in the objects toolbox into the document window. Release the
mouse button when the pointer is in the desired location in a paragraph.
2 Set the following optional attributes in the Select Inspector:
name Specifiesthe name of thevariabletoset with theresultofthe selection(as determined by thevalue attribute
of the option element).
multiple Specifies whether or not the user can make multiple selections.
tabindex Specifies the position of the element in the tabbing order (the order in which elements are activated when
auserpresses theTab key). Enter1if youwantthe elementtobefirst in thetabbing order. Some browsers mayignore
this attribute.
title Specifies a title for the element.
value Specifies the default value of the variable named in the name attribute.
iname Specifies the name of the variable to set with the index result of the selection. The first option in the list has
an index value of 1, the second option in the list has an index value of 2, and so on. If the user does not select an
option, the variable is set to 0.