<ToggleWidget>
<Label>Label for the command</Label>
<FontIcon>he-some-font-icon</FontIcon>
<To>the-id-of-the-widget-to-toggle-to</To>
<Access>access-rules-for-this-action</Access>
</ToggleWidget>
31 October 2018
<Access>
checks are now supported on <ToggleWidget>
command. This will enable for example a menu holding several possible Widgets that the end user can toggle to, where some can be restricted by role, group or access program.
<ToggleWidget>
<Label>Label for the command</Label>
<FontIcon>he-some-font-icon</FontIcon>
<To>the-id-of-the-widget-to-toggle-to</To>
<Access>access-rules-for-this-action</Access>
</ToggleWidget>
For more information, see Toggle Widget.
The built-in Export functionality now also supports exporting in CSV format.
<Menu>
<Label>Export</Label>
<FontIcon>fa-share</FontIcon>
<ExportExcel />
<ExportPDF />
<ExportCSV />
</Menu>
From this release onwards, the column sorting performed in the TableWidget
will also reflect in any exported file.
The search side panel can now be resized and collapsed/expanded.
For more information, see Search Side Panel
Improved handling of Commands in Topbar, for scenarios where topbar needs to collapse into the Sidebar menu due to screen size.