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