There was an error while loading. Please reload this page.
Create a multi-line editable text box. Use this instead of create_text_box when the user should enter or edit text that spans several lines.
create_text_box
pyui.create_text_area(dialog, col_spec [,text]) dialog:create_text_area(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_box, create_text_display_area