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:
-
Select all text on first display.
-
Return the widget's value.
-
Change the widget's value.
Release 0.8-a1, documentation updated on 9 June 2009.