Sun Java System Web Server 6.1 SP7 Programmer's Guide to Web Applications

<queryBox>

Function

Creates an inputbox.

Attributes

name. (optional) The name of the inputbox. The default is "qt."

default. (optional) The default value for the query box. If the form is submitted, its value will be set using what has been submitted.

size. (optional) The size of the inputbox. The default is 50.

maxlength. (optional) The maxlength of the inputbox. The default is 50.

cssClass. (optional) The CSS class.

Usage

<s1ws:queryBox size="30" >

This creates an inputbox with default name "qt" and size=30.