Textbox

From UG

(Difference between revisions)
Jump to: navigation, search
(Intro)
Line 10: Line 10:
=== value ===
=== value ===
 +
Sets the text value.
 +
 +
=== rows ===
 +
Sets the rows. We consider row=1 for textbox. If not we call it [[Texarea]].
=== type ===
=== type ===
 +
Values : text | password
=== constraint ===
=== constraint ===
 +
Any.
=== width ===
=== width ===
 +
Example:  width="50px"
-
width="50px"
+
=== readonly ===
 +
Values : true|false
== Links ==
== Links ==

Revision as of 02:51, 15 January 2010


Contents

Intro

Easily most used UI control.

See http://docs.zkoss.org/images/6/61/Textbox.png

Attributes

value

Sets the text value.

rows

Sets the rows. We consider row=1 for textbox. If not we call it Texarea.

type

Values : text | password

constraint

Any.

width

Example: width="50px"

readonly

Values : true|false

Links

Personal tools