Managing Content
Download the latest instruction manual |
April 21st, 2011
Some of most modern web-development techniques have been used in the Back-end of the CMS to make it possible to manage content without constant page refreshes.
The main structures used in the CMS for structuring the information are: trees, listing views and detailed views.
Trees
Tree structures are used for presenting items that need to be hierarchically ordered. Good examples are administrative menus, product groups and menus for the Front-end. Some trees (like administrative menus) are static while others (like the product group tree) let the user to change the order and location of items by using drag and drop.
Tree items can be modified in dynamic trees by right-clicking on some item and selecting a contextual action from the appearing menu. For example, a name can be changed, the item can be deleted and a new item can be added below the item.
The right-click menu |
Ordering items |
Listing views
All texts written to filter fields, active paging page or ordering choices are saved separately for each administrative user. When the user logs out and later back in, every listing view is shown in the state it was when she left. The user can start to work immediately with the information she had inserted before she left and thus not interrupting her workflow.
Detailed views
If a content item has to be modified, texts changed or inserted, this can be done in a detailed view. A detailed view usually consists of forms having fields with wysiwyg-editors, text fields, checkboxes, radio buttons and drop down menus. Logical wholes are grouped by using tabs.
Some forms may also have dynamic content attached to them and some elements might be related to some other content items. Product catalog for example has groups and each group might have products attached to it.
An example of detailed view, from the product catalog module
(click to view a larger version)
A field with the editor, from product catalog
(click to view a larger version)
Some elements can be vertically ordered. These elements can be ordered by moving the mouse cursor to the dark grey area, clicking the left mouse button down and while keeping it pressed down, moving the mouse upwards or downwards. The bright yellow background shows beforehand where the item will be situated once the left mouse button is released. |
If you are interested in having an e-commerce platform, read more about E-Shop!