You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 7 Next »
In the SIMPLE system navigation is based on this entities:
- Categories (they are physically stored in the sys_menu_category table);
- Category items (that are child for the categories, they are physically stored in the sys_menu_items table).
To create a new category, please follow this steps:
- Navigate to the System Definition -> Menu Categories;
- Click New, fill in the form and then click Save.
To create a new category item, please follow this steps:
- Navigate to the System Definition -> Menu Items;
- Click New, fill in the form and then click Save.
Categories
Let's take SDLC category as an example.
Here we can find edit button that is shown with a pencil icon.
This functionality lets to modify the properties of the category or category item. After clicking it the property editing form will be displayed. The fields description:
field | description |
---|---|
Title | Displayed category title. |
Active | If TRUE then category is active |
Order | Category numerical order in the interface. The less is it, the higher position of the category on the page is. |
Hint | Text hint. |
Description | Brief category description, |
User roles | User roles that should have access to the category can be specified here. If the list will be left blank, then the category will be available to all users. |
Category items
If you are editing a category item, you will see another set of fields.
field | description |
---|---|
Title | Displayed category title. |
Category_id | The sys_id of the record in the sys_menu_category table, which the item belongs to. Here you can move item from one category to another, For this, click "dictionary" icon and choose new category from the list appeared. |
Hint | Text hint. |
User roles | User roles that should have access to the category can be specified here. If the list will left blank, then the category will be available to all users. |
Visibility tab | |
Active | If TRUE then this element is active, |
Order | Category numerical order in the interface. The less is it, the higher position of the category on the page is. |
Link type tab | |
Table_id | The sys_id of the record in the sys_db_table table, the table category item refers to. |
Link type | The Choice field. Available options: List of Records or Record. |
Filter | The Conditions field. It represents a filter widget. It lets to tune up a filter that will be applied to a list view. Notes: The filter lets to specify several conditions; it is possible to create AND/OR constructions; it is possible to add sorting. |
Избранное
Функциональность "Избранного" предоставляет возможность быстрого доступа к часто используемым категориям, элементам категорий, а также фильтрам. Список избранного находится во вкладке со звездочкой. Физически элементы избранного хранятся в таблице sys_menu_favorite.
Для добавления категории либо элемента категории в избранное необходимо кликнуть на иконку звёздочку рядом с ним (star it). Также в избранное может быть добавлен любой ранее составленный фильтр листового представления. Для этого его необходимо перетащить (drag & drop) во вкладку навигации "Избранное".
Для удаления категории, элемента категории или фильтра из избранного есть два способа:
(применим для категорий, элементов категорий и фильтров)
- во вкладке "Избранное" напротив пункта, который требуется удалить из "Избранного", нажать иконку удаления;
(применим для категорий и элементов категорий)
- во вкладке "Категории" напротив пункта, который требуется удалить из "Избранного", снять отметку с иконки звёздочки (unstar it).
Примечание: для обновления информации об элементах в избранном требуется refresh страницы.
- No labels