8.13.12 InputString class: A string input item.

The InputString class has this constructor:

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

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

InputString 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.