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 | |
disabled | Helper method to disable this input. |
readonly | Helper method to set this field read-only. |
Properties inherited from class BaseDom | |
childTypeList | |
children | |
eattr | |
hname | |
parent | |
profile | Meta-profiles. |
text | |
Methods inherited from class BaseDom | |
render | |
st_makesep |