Listbox
From UG
(Difference between revisions)
Line 1: | Line 1: | ||
+ | [[Category:Widgets]] | ||
+ | |||
[[Category:Widgets]] | [[Category:Widgets]] | ||
== Intro == | == Intro == | ||
+ | |||
+ | Frequently used UI control. Same as '''dropdown'''. Distinguish from [[Combobox]] | ||
+ | |||
== Major Functional Attributes == | == Major Functional Attributes == | ||
- | === | + | |
+ | === datatype/format === | ||
+ | |||
+ | See [[Datatypes]]. | ||
+ | |||
+ | === validation === | ||
+ | |||
+ | see [[Validation]] | ||
+ | |||
+ | === readonly === | ||
+ | |||
+ | Values: Y, N. | ||
+ | |||
+ | === default === | ||
+ | |||
+ | Values: | ||
+ | * blank | ||
+ | * constant | ||
+ | * value that comes from DB or memory | ||
+ | |||
== Look and Feel attributes == | == Look and Feel attributes == | ||
+ | |||
+ | |||
+ | |||
+ | == Template == | ||
+ | |||
+ | :: ''default:'' | ||
+ | :: ''required:'' N, Y | ||
+ | :: ''validation type:'' Validation#TBD | ||
+ | :: ''readonly:'' N, Y | ||
+ | |||
== See also == | == See also == |
Current revision as of 20:01, 13 February 2010
Contents |
[edit] Intro
Frequently used UI control. Same as dropdown. Distinguish from Combobox
[edit] Major Functional Attributes
[edit] datatype/format
See Datatypes.
[edit] validation
see Validation
[edit] readonly
Values: Y, N.
[edit] default
Values:
- blank
- constant
- value that comes from DB or memory
[edit] Look and Feel attributes
[edit] Template
- default:
- required: N, Y
- validation type: Validation#TBD
- readonly: N, Y
[edit] See also
http://docs.zkoss.org/wiki/Grids%2C_Trees_and_Listbox#List_Boxes
http://en.wikipedia.org/wiki/List_box