8.13.13 InputText class: A scrollable text input item.

The InputText class has this constructor:

class InputText( name,value)
Creates a new text input field with a label in front.

If the type of value is not a string, the input text will be eval'ed before returning.

InputText objects have the following methods:

show( )
Select all text on first display.

value( )
Return the widget's value.

setValue( val)
Change the widget's value.