Getting around in OmCore
Table view
- The table view is the default view mode for modules.
- The table view presents the module’s items in a table format.
Sorting items in table view
- Clicking a column heading will sort the items by the selected column, initially in ascending order.
- Not all columns, only those with an underline, can be sorted.
- An arrow icon indicates which column the items are currently sorted by.
- Clicking a column heading repeatedly will toggle the sorting order between ascending and descending order.
- Ascending order is indicated by a downward pointing arrow.
- Descending order is indicated by an upward pointing arrow.
Selecting items in table view
- Selecting individual items
- To select an item click anywhere along its row.
- Selected items are highlighted in yellow and the checkbox on the left of the item's row is selected.
- Selecting an item deselects previously selected items.
- You can deselect a selected item by unchecking the item's checkbox, located on the left of the item's row.
- Selecting multiple items
- Multiple items can be selected using the checkboxes on the left of each row.
- Click an unselected checkbox to add the item to the selected items.
- Click a selected checkbox to remove the item from the selected items.
- Selecting an item by clicking anywhere on its row other than the item’s checkbox will deselect all other selected items.
- Keyboard shortcuts (Mac users only)
- Holding the shift key while selecting an item will select all items between and including the selected item and the previously selected item.
- Holding the command key while clicking an unselected item anywhere on its row will add it to the selected items.
- Holding the command key while clicking a selected item anywhere on its row will remove it from the selected items.
Editing items in table view
- Items can be edited by double clicking anywhere along the item's row.
- Double clicking an item's row will present the item's edit form.
Columns types
OmCore's modules consist of varying datatypes such as text, timestamps, and files. Whereas these datatypes are specific to each module's data requirements each module also contains generic data such as the last modified timestamp, published information, and item's display orders.
Generic data columns
- Multiple selection column (all modules)
- Displayed to the left of each item's row in the table, it allows the user to select individual and multiple items. See Selecting items above.
- The ID# column (all modules)
- Presents the ID of each item.
- The scheduling column (optional)
- If a module has scheduling options enabled, this column will be displayed to the right of the table.
- The column displays an icon symbolising the current scheduling status of each item.
- For more information on scheduling see: The info panel.
- The published column (optional)
- This column is displayed if a module has publishing enabled.
- The column is displayed furthest right of each item's row.
- The column presents the current status of each item.
- Published items are represented by a green spot containing a white tick.
- Unpublished icons are represented by a red spot with a white slash.
- For more information on publishing items see: The Info panel.
Custom data columns
- The columns presented within each module differ depending on the structure of, and the data stored within, each module.
- The content presented within each column depends on the type of form field used to capture the data. For example, the date form field presents the date as a text string, e.g. "3rd October 1975" and the file upload field presents the file name as a link which, depending on the type of file, will either open a preview of the file or allow the file to be downloaded.
- The column types available are:
- Text columns
- Presents data stored within text fields, text areas, and text editors.
- Date columns
- Presents data captured using the date select options
- Checkbox columns
- Presents data captured by checkboxes.
- Selected checkboxes are presented by a green tick.
- Unselected checkboxes are left blank.
- Category columns
- Presents the data captured by the category option.
- All selected options are presented as a comma delimited list.
- Text columns
Is this page incomplete?
This documentation is in development.
If you cannot find what you are looking for then please contact us and we will try and prioritise the content for you.