Optional
beforeList of controls that are specific for view and made before save
sysFile - there are 3 fields that can be null but not all, control is made using this option
Optional
buttonsetting for button lines
Optional
clipOptional parameters allows settings param values directly for clip, simplify parameter transfer and overload code. If clip has self attributes defined, these has higher priority than those that comes from paramters
Optional
commandsetting for the command line
Optional
contextsetting for menu items Although not explicitky written, this supports contextMenu = true - to show menu even for subitems
Optional
contextOptional name of the object that makes context of the view
for view with list of contacts from address book the context object is the addressbook
Value is not regularly used and makes sense only for views that has contextObj loaded togehter with the content; usually the contex is derived from master and defined by the view
Optional
defSettings that set defViewName option of the univDetail Changes how name of the window is defined and uses default name from translation instead of the object name Supported only by univDetail
Optional
dragCondition when view allows drag operation; Supported only for clip and detail (for detail it is supported by title)
Optional
dropString used use return object that is used as location where dragged object is dropped. If not defined default object is used but this allows return different object
Currently supported only by clip or clipList, no other objects
Optional
dropList of objectNames accepted for drop Object that supports drop object must implement back-end method server.dropObject with attributes objectName / objectID
Warnings:
Optional
dropSection used only by list views - optional redefition what object accepts the list field
Optional
editableequal to editable, item is readonly in case that this is false - clausule simplification, not used if readonly defined; has lower priority than readonly but it is strongly recommended not to use both of them
Optional
emptyName of the icon used instead of default icon in case that there are no fields in the list Not evaluated, only icon name allowed Makes sense only for list and clipList
Optional
filterhelpOptional attribute set that view displays also hint for filters Makes sense everywhere where are used filters - list, cliplist and clip (for cliplist not yet implemented) Only bool value supported; never evaluated
Optional
groupOptional function / name of the column used for grouping
Optional
iconicon position in the view (currently supported only by clip detail in full scope)
Optional
longWhen true, application waits much longer time for search results. Used for complicated searches like files where are rights controlled for each result
Optional
newmethod called when user clicks on the new button Note: not yet supported for list view, BUT SUPPORTED for calendar view
Optional
noMark that view/clip does not used the the background color even when it is loaded Use the noBgColor of clips on dashboards that has itseld target color - such portal will be totally collored
Optional
noMark not to show common buttons ok/save/cancel Currently supported only by client
Optional
noOptional mark that english verision is not available
Optional
nooptions disable filters on the table header line. Use this option for tables that have only a few lines and user operates close to teh heading (typically list of few lines in the details)
Parameter
Field enabled and right are evaluated for command as well!!! They can be used to check where function should run or not. Evaluation used actual object status
Optional
operOperations that results list of usable buttons Optional way how to dynamically defines buttons for view. Method could call both extensin in application as well as server List of buttons should be in the response from operation
Optional
principalName of the view principal object
for tskAreaTasks setup principal object is tskArea although it is stored in the tskTask object where several different list can share abstract set
Optional
printOptional parameter setup default menu operation that call printing
Optional
readonlyAll items are readonly and operations are disabled
sysRole might defined list of users withing its own list, Such view has principalObject = sysUser because there are users and not roles in the list
Not commonly used because such view should define everything internally becuase it cannot derive basic view data. The extensions of the principal view are preferred
Optional
remindersMark that people can send reminders to someone else with the object. Creates new button in the button line
Optional
rightOptinoal evaluated right for view. Makes the same as visible (later and allows defined independent conrols especially for clip)
Makes no sense and is not supported for list
Optional
rowOptional parameters allow editing fields in the table. Each editable field should have attribute editable:true. If field has editable:... condition and parameter.rowEditable is also set, both values should be true
Optional
schedAttributes withe field specific for tables with scheduling column
Optional
selfMark that it uses its own readonly control. When true, parent detail does not control readonly status of the view
see tskTask--reluser
Optional
singleWhen set, user cannot set more than a single column. Equal to the open selection only for select single element
Used only for list parameters
Optional
snewWhen true, dialog offer Save & New button to save item and open detail for a new one
Optional
strangeName or function that returns icon for the first column of the strange column Used only in case that view does not return icon attributes
Optional
styleoptinal style for page container
Example for list (sysRole): "style":{ "placement":{"minHeight":"auto"}, // style for the placement of the list "listtable":{ "minHeight":"auto" } // style for div in which is located table }
Optional
subMakes sense only for list view opened as a subView When true and view is opened as a subview, listview creates special operation in the menu that allow opening list in the standalone tab/view when string it should be name of the list view used to open the list (e.g. "complete", not a full name)
Optional
tableOptionally filled fields for table settings
Optional
treeOptional disable for tree-view; Almost definitevly makes actually nothing
Optional
userMark that view offers userNotes to the object - currently active only for detail
Optional
userMark that view supports showing / editing object marks when true view tries to show sings and works with them List accepts also string value: Signs are by default hidden if the clip is visible but can be forced by option userSigns=always
Optional
visibleOptional attribute that can disable view even when user has global right to see it;
Optional view attributes