Widget/Listbox

From Gui

< Widget
Revision as of 02:48, 13 June 2009 by 173.11.94.130 (Talk)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)

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