Static Class inputEx.PairField
- extends inputEx.Field
A meta field to put 2 fields on the same line
Constructor
inputEx.PairField
( options )
- Parameters:
-
options <Object>
- Added options:
- leftFieldOptions: the left field type definition object (same as groups)
- rightFieldOptions: the right field type definition object (same as groups)
Properties
group Options for each field
Configuration object to set the options for this class and the parent classes. See constructor details for options added by this class.
Methods inherited from class inputEx.Field:
focus,
getEl,
validate,
fireUpdatedEvt,
show,
close,
onBlur,
onFocus,
getStateString,
setClassFromState,
disable,
onChange,
render,
updatedEvt,
initEvents,
getState,
setOptions,
getValue,
hide,
displayMessage,
renderComponent,
destroy,
setValue,
isEmpty,
enable,
clear,