There was an error while loading. Please reload this page.
Create an editable text box or edit control. This is often the main way to get text or numeric input from the user.
pyui.create_text_box(dialog, col_spec [,text]) dialog:create_text_box(col_spec, text)
dialog
dialog_handle
col_spec
integer
{first, last}
text
string
control_handle
When the user changes the text in the control, the on_change handler is called.
Control Gallery, set_control_text, set_on_change_handler, create_text_display, create_label