View: Difference between revisions

Jump to navigation Jump to search
927 bytes added ,  24 September 2019
no edit summary
No edit summary
Line 77: Line 77:
* Color – Defines the color of the row’s background.
* Color – Defines the color of the row’s background.
* Selected – Defines the color of the row’s background, when the record in view is selected.
* Selected – Defines the color of the row’s background, when the record in view is selected.
* Next Wide - In combination with multiple rows of various width, configure what is the next wider row do display data in this view. For more information see [https://blog.resco.net/2017/10/11/utilize-next-wide-option-on-list-views-to-efficiently-display-information-across-various-screen-sizes/ this blog]. {{Badge|Blog}}
* Next Wide - used for custom responsive layout. Multiple rows of various width must be defined and then chained with this setting. Row design will change with resizing of the application. For more information see [https://blog.resco.net/2017/10/11/utilize-next-wide-option-on-list-views-to-efficiently-display-information-across-various-screen-sizes/ this blog]. {{Badge|Blog}}


The following properties can be configured on '''Cell''' level. First, use the drop-down list to select which cell you want to modify. Alternatively, you can select the cell in the '''Designer''' pane.
The following properties can be configured on '''Cell''' level. First, use the drop-down list to select which cell you want to modify. Alternatively, you can select the cell in the '''Designer''' pane.
Line 203: Line 203:
#: '''Else''' '''Step''' TemplateIndex Assign Default
#: '''Else''' '''Step''' TemplateIndex Assign Default
# Click '''Save & Close'''.
# Click '''Save & Close'''.
==== Rows and Rules in the upper menu ====
[[File:View_upper_menu_rows_rules.png]]
Rows section
* Copy Design - changes current row template design
* Add Row - adds a new row template
* Clone Row - adds a new row template, design is copied from the current template
* Delete Row - deletes the current row
* Up / Down - changes the order of rows. The order can be seen in a left menu under "Row". The first row template is the default one. It is important for example when using the custom responsive layout.
Rules section
* Row Script - opens the row script editor
* On Save / On Change - opens the rule editor, applicable when [[#Editable_field|Editable field]] is set.
* Button Click - opens the rule editor, applicable when using buttons in a view.
* Cell Click - opens the rule editor, defines actions after clicking on a cell
* iFrame - adds JavaScript to a view


{{Note|Please do not use Load reference in Row Script, even when it is possible. It will not work and could cause issues.|Warning}}
{{Note|Please do not use Load reference in Row Script, even when it is possible. It will not work and could cause issues.|Warning}}

Navigation menu