Widget/Listbox

From Gui

< Widget(Difference between revisions)
(Created listbox type)
(id property)
 
Line 7: Line 7:
== Properties ==
== Properties ==
 +
* id
* rows (number)
* rows (number)
* options (list)
* options (list)

Current revision as of 02:48, 13 June 2009

A Listbox is a widget from which the user can select one or more options.

Most toolkits (notably not HTML) allow single-row listboxes (also called "combo-boxes") to be editable like Widget/Textarea.

Toolkits do not generally allow multi-row listboxes to be editable.

[edit] Properties

  • id
  • rows (number)
  • options (list)
  • editable (boolean)

[edit] Events

[edit] Toolkits That Differ

  • HTML does not allow any listboxes to be editable.
Personal tools