Widget/Textarea
From Gui
(Difference between revisions)
(Created generic type "Textarea") |
(Note/question about password boxes) |
||
| Line 4: | Line 4: | ||
* text | * text | ||
| + | |||
| + | NOTE: HTML and XUL have something like style=password. How is this done in other toolkits? | ||
== Events == | == Events == | ||
Revision as of 01:36, 13 June 2009
A Textarea is a widget where users enter text. It may be one or more rows high.
Properties
- text
NOTE: HTML and XUL have something like style=password. How is this done in other toolkits?
