UNPKG

maestro-ui

Version:

UI Component library for Zeev BPMS

15 lines (12 loc) 303 B
export const NAME = 'ButtonRadio' export const FIELD = { EDITABLE: 'select[xname]', READONLY: 'input[type=hidden][xname]', TEXT: 'div[xid]' } export const CSS_CLASSES = { GROUP_CLASS: 'btn-group', BTN_CLASSES: ['btn', 'btn-radio'], ACTIVE_CLASS: '-active', DISABLED_CLASS: '-disabled' }