21.74Class Input

Creates an input, with an optional type.

Class Input( type, name, value ) from \
                 BaseInput(( "input", InputAttribs))
type The type of the input.
name The name of the input (mandatory).
value The value of the item.

Input type should be in the InputType enumeration. If not specified, the type will be set to 'hidden'.

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