Textbox

From UG

(Difference between revisions)
Jump to: navigation, search
(Template)
(Template)
Line 44: Line 44:
:: ''default:''  blank, from DB, etc
:: ''default:''  blank, from DB, etc
-
:: ''datatype/format:'' [[Datatypes#TBD]] or link to ''Business Object'' wiki
+
:: ''datatype/format/BO:'' [[Datatypes#TBD]] or link to ''Business Object'' wiki
:: ''required:''        N, Y
:: ''required:''        N, Y

Revision as of 20:40, 22 February 2010


Contents

Intro

Frequently used UI control.

Used to enter text on forms.

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

width

Defines how wide is a textbox on the screen.

Most of the times it is defined in number of chars (ZK cols attribute). But it could be also defined in pixels (ZK width attribute).

This is actually almost only style / layout issue, could be defined in Style section. So in this case link should be provided instead of repeating definition.



Template

default: blank, from DB, etc
datatype/format/BO: Datatypes#TBD or link to Business Object wiki
required: N, Y
validation type: Validation#zk_standard, Validation#on submit, Validation#ststus line
readonly: N, Y

See also

Figures

Fig 1

File:Textbox.png

Personal tools