export const windows = { modal: true, width: 900, height: 600, maximizable: true, constrain: true, // draggable: true, // scrollable: true, } export const date = { labelAlign: 'right', labelWidth: 70, } export const combo = { labelAlign: 'right', labelWidth: 70, valueField: 'id', displayField: 'text', autoLoad: true, } export const grid = { border: true, columnLines: true, plugins: { cellediting: { clicksToEdit: 1 }, gridfilters: true }, multiColumnSort: true, viewConfig: { enableTextSelection: true }, selModel: { type: 'checkboxmodel', checkOnly: false }, autoLoad: true, remoteSort: true, remoteFilter: true, } export const search = { labelAlign: 'right', labelWidth: 70, } export const text = { labelAlign: 'right', labelWidth: 70, } export const toolbar = { overflowHandler: 'menu', } export const tbfill = {} export const tbseparator = {} export const button = {} export const splitter = {} export const maintab = {} export const rows = {} export const cols = { defaults: { flex: 1 }, }