Optional UIdataOptional UIdatatype of the element in the UIdateEl - internal, never loaded
Optional _enabledinternal represetnation of the disabled field
Optional _hintOptional _readonlyreadonly status calculated from readonly (Note: not calculated for list views, only for detail)
Optional _tooltipOptional _translationvisibility status calculated from visible - use ths value to hide or show columns
Optional aaction that is started by click or self-defined view command
Optional buttonsOptional colsOptional editablecommand evaluated in order to check if user can edit field. Negation of the readonly. Has lower priority and is disregarded in case that readonly is defined. Do not use both of them
Optional enabledOptional attributes says that attributes should be totally ignored and view behaves as as attribute doesn't exists Use when extneding object should ignore some attributes from parent object WARNING: Curently implemented only for listView, detail does not yet supported it
Optional evalIptional evaluation string - field can be evaluated before it is placed to the field; Should contain string evaluated with fields from row; supported by list and detail - for detail it make sense with readonly:true or some other type of content ocntrol
Optional hiddenuser settings to hide the column - used only for list view - user can change this value and value is stored in the browser memory
Optional iconOptional labelOptinonal commands about label false - no label is printed string - string to translate (used instead of fieldname) true - does not affects functionality (useless) evaluaated - (=obj.enumVal('x')) --- should return translated value, result is not translated. Remember that obj is empty (nevertheless defined) for new object
Optional operName of the operation linked with the attribute; used in the list (or lately also detail view attributes) Not supported in detail. User buttons:[] in detail Allowed content is:
Optional orderOptional order string used to order attributes
Optional placeholderoptional placeholder text in the field Always translated, not evaluated
Optional readonlyVisible but not editable - used in the json defition file and converted to the _readonly according to the data. Do not use it with the data processing in the view
Optional rightThe same as visible
Optional rowsOptional shortWhen true it says the input is for short - up to 5 digits and field could be also short Makes sense only for text-like fields like string and number and listbox
Optional shortcutOptional shortcut
Optional smallOptional sourceOptional attribute source
Optional strangeOptional eval values used for strange object; eval is never used for strange Used only in list table
Optional styleoptional style for element See style option for boxElements for more details about the field
__Warning: supported currently only for view, image and some text fields;
Optional typeOptional view type that describes, how to present value
Optional viewoptional atribute that allows specify clip to open. @example: oper:"form.sysUser" view:"sysUser.clip." @example: "view":"form.tskDefUserTask.detail.default(readonly:viewDef=true,location=modalSecond)"
Optional visiblesystem setting, that the row is necessary but not visible to allow e.g. keys for detail open - user cannot change this value; do not use the value, but use _visible instead of that
additional attributes for text area