Class inputEx.TypeField
- extends inputEx.Field
Creates a type field with all the types in inpuEx.typeClasses.
The value of a type field is following this format:
{
label: 'Enter your Birthdate',
type: 'date',
optional: false,
inputParams: {name: 'birthdate',required: true, noicon: true, ...typeGroupOptionValues.. }
}
Constructor
inputEx.TypeField
( options )
Methods inherited from class inputEx.Field:
close,
disable,
enable,
fireUpdatedEvt,
getEl,
getState,
getStateString,
getValue,
initEvents,
onBlur,
onChange,
onFocus,
render,
renderComponent,
setClassFromState,
setOptions,
setToolTipMessage,
setValue,
validate,