21.136Class TextInput

Creates a text input.

Class TextInput( name, value, size, maxlength ) from \
                 Input(( InputType.text, name, value))
name The name that will be sent back in the form post.
value Initial value for the item.
size Width in characters on the screen.
maxlength Maximum allowed caracters that can be posted in this field.
Methods inherited from class BaseInput
disabledHelper method to disable this input.
readonlyHelper method to set this field read-only.
Properties inherited from class BaseDom
childTypeList
children
eattr
hname
parent
profileMeta-profiles.
text
Methods inherited from class BaseDom
render
st_makesep
Made with http://www.falconpl.org