developer sign in
where » create » reference » input type="text"

<input type="text">


A text field component. An option element can be wrapped by the text input type to create a drop-down text field option.

Example

<input type="text" value="Some text to start" size="10" maxSize="40"/>

<input type="text" value="Search…" size="10" maxSize="50"/>
  <option>
    <text>Drop-down Option 1</text>
    <text>Drop-down Option 2</text>
    <text>Drop-down Option 3</text>
  </option>
</input>

Valid Elements

tag Valid Occurrences
<option>0 - 1

Element Specific Attributes

Attribute  Purpose Values Default JIN
constraint The input constraint for this text field. numeric, alpha, any any 2.0
cursor-color The color of the cursor 0x000000-0xFFFFFF 0xF800F8 2.0
maxsize The maximum number of characters that can be entered into this text field. 0-255 50 2.0
size The size of this text field in characters. If no size is set this component occupies its preferred width. 0 - screen width preferred width 2.0
value The preset text for this text field. CDATA none 2.0

Style Attributes

align, bg, bgfocus, bgfocusimg, bgimg, border, bordercolor, borderfocus, fg, fgfocus, fontsize, fontstyle, style, valign

Action Attributes

onFocus, onSelect

Common Attributes

id, colspan
terms of use | privacy policy | about | FAQ | blog | jobs | contact us
For 24/7 support email support@where.com or call 888-262-1150
WHERE™ is a product from uLocate Communications, Inc. ©2007 All Rights Reserved.