Home Reference Source

src/components/radio/fixtures/comp3.js

export default {
  'label': 'Number ST Radio',
  'labelPosition': 'top',
  'optionsLabelPosition': 'right',
  'description': '',
  'tooltip': '',
  'customClass': '',
  'tabindex': '',
  'inline': false,
  'hidden': false,
  'hideLabel': false,
  'autofocus': false,
  'disabled': false,
  'tableView': false,
  'modalEdit': false,
  'values': [{
    'label': '11',
    'value': '11',
    'shortcut': ''
  }, {
    'label': '22',
    'value': '22',
    'shortcut': ''
  }, {
    'label': '33',
    'value': '33',
    'shortcut': ''
  }],
  'dataType': 'number',
  'persistent': true,
  'protected': false,
  'dbIndex': false,
  'encrypted': false,
  'redrawOn': '',
  'clearOnHide': true,
  'customDefaultValue': '',
  'calculateValue': '',
  'calculateServer': false,
  'allowCalculateOverride': false,
  'validate': {
    'required': false,
    'customMessage': '',
    'custom': '',
    'customPrivate': false,
    'json': '',
    'strictDateValidation': false,
    'multiple': false,
    'unique': false
  },
  'errorLabel': '',
  'key': 'numberStRadio',
  'tags': [],
  'properties': {},
  'conditional': {
    'show': null,
    'when': null,
    'eq': '',
    'json': ''
  },
  'customConditional': '',
  'logic': [],
  'attributes': {},
  'overlay': {
    'style': '',
    'page': '',
    'left': '',
    'top': '',
    'width': '',
    'height': ''
  },
  'type': 'radio',
  'input': true,
  'placeholder': '',
  'prefix': '',
  'suffix': '',
  'multiple': false,
  'unique': false,
  'refreshOn': '',
  'widget': null,
  'validateOn': 'change',
  'showCharCount': false,
  'showWordCount': false,
  'allowMultipleMasks': false,
  'inputType': 'radio',
  'fieldSet': false,
  'id': 'er5lmse',
  'defaultValue': ''
};