Optional
IDfieldOptional
UIdataOptional
UIdatatype of the element in the UIdateEl - internal, never loaded
Optional
_boptional buttons for view detail created only when no required
Optional
_boptional buttons for view created only when double click is disabled
Optional
_enabledinternal represetnation of the disabled field
Optional
_enumOptional
_hintOptional
_objectOptional
_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
alwaysOptional mark requesting to send value of the field always to the serer When value s marked true, update always send value to the server - in the group field if modified and in the group attrParam when not modified Use when value is necessary for preUpdate/postUpdate function
Optional
blockOptional name of the block. Use block to get more small items to single line User blockStyle to set the style of the block
Optional
blockStyle applied to the block blockStyle is always applied only with the first attribute. When block is created the style from next placed block is never applied
Optional
boxstring or number of box in which the attribute is placed DEPRECIATED: Do not use box but split attribute to the box definitinos
Optional
buttonOptional name of the icon used at the button that selects object to link Default button is used according to the linked object but especially for multi-overloaded object that might not have reason
Optional
buttonsOptional
commandPossibility to completedy change what command is processed instead of open select - it can start another command Note: There is no right control and who can select item, can start command in this feild
server.sysArea._lastUser
Optional
defaultDefault value for field when object is new. Equal with dataAttribute.default Use only in case that there is more views and default value is different for them User false value of fields to disable using default value
Optional
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
enumOptional name of enum Uses id dataAttribute is not defined or view uses different enum
Optional
enumOptional name of the condition use to select part of the filter if contains = it is expected to be condition usef to evaluate - see enumLimit description at data attribute
Optional
enumOptional enum type used in case that field is not from object (no dataAttr)
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
hitemOptional
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
newOptional
noif true, only string is visible, no button for view, usable for readonly where is no detail button avilable
Optional
noOptinal attributes mark fields that are not from database and could not be saved. Use that for fields that are modified on the client application but shall not be saved because they are not from object table and save is made in som other way
Optional
objList of allowed related object
objAllowed:["sysUser", "tskTask", "tskInfItem"]
Field could be also defined directy in the attributes - naturally it is better location than in the view
Optional
oldOptional
onName of the object operation started when user leaves the item
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
purposeType of view when select - default is selectMulti, however for function runSelect is default selectOns
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
remoteOptional name of the remote object - used only in case that there is no linked dataObject
Optional
requiredWhen true, field is considered to be required reqardless on the data attribute settings
Optional
rightThe same as visible
Optional
selectOptional name of the method called in case that use clicks on the selectNothing (create new button). Remember:
Optional
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 definition of the view for the view button - used to open detail (not for selection)
clip.default
tskArea.clip.full
Optional
viewview to select (list view), default view is "default" - list view used to select object
list.default (with object from the field definition)
"viewSelect":"tskAbstractArea.list.myActiveAreas", WARNINING: always including object, regardless of the type definition
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
Optional
whenOptional field allows limits when field is visible. Don't set the value in default state when field shall be visible both in read and write mode
Optional
wherewhere part for view to limit items that can be selected. if where string starts with the server evaluates content as a server command that should return the where condition
Optional
wherewhere condition used only in case that object is new and its oID cannot be sent for view
Additional attributes for link item. Extension for both undefined link and userLink