Siebel Interactive Designer API Reference > Pageset Functions > BuildWidget >

Text Entry Input UI Controls


A text entry input UI control allows you to enter text in the application. This text is stored as a value in the selection set under the name specified as the name argument.

The syntax used to create a text entry input UI control is:

BuildWidget("GETTEXT",window,name,width)

Argument
Description
name
Name associated with the text box input UI control. Text entered in this input UI control is stored under this name.
width
Specifies the width of the text box. width is any positive integer. The value for width is approximately equal to the number of characters (in the default browser font) visible across the box at one time.

Notes
Example

The following sample code creates a text entry input UI control. The caption text is created using a separate HTML code. Text entered into this input UI control is saved under the name PLATETEXT.

Enter text for your custom license plate:

<SCRIPT>document.write(ISS.BuildWidget("GETTEXT",window,
"PLATETEXT",8));</SCRIPT>


 Siebel Interactive Designer API Reference 
 Published: 18 April 2003