Skip to content
Lukas Gerbenis edited this page Dec 9, 2015 · 17 revisions

To start editing contents and contents options, reviewing content history and deleting contents, switch the pencil icon in the side menu to On:

Edit modes

Add new contents to region

There are four types of content, which could be added to the page: HTML, Markdown, Plain text content and Widgets. Content can be created by pressing Add new content icon button, which appears on the region overlay. A dropdown appears where you can select the wanted content type to insert.

Contents dropdown

Insert HTML, Markdown or Plain text content

To insert HTML, Markdown or Plain text content, select appropriate option from the aforementioned dropdown. A modal window with the selected content edit form will appear:

Add new Content

  1. Content name. Used when sorting contents.
  2. A WYSIWYG editor. The toolbar will change accordingly to the selected content type. User guide for current editor can be found here.
  3. Live From, Live To - select these dates to show this content from specified date to specified date. Live to date is optional.
  4. If you wish, you can add custom CSS and JavaScript by switching to "JavaScript & CSS" tab. NOTE: remember, that CSS and JavaScript are global and can affect the whole page! If JavaScript contains errors, page can be displayed distorted or exception windows can be shown.
  5. If you wish to view how will content look in the page layout, press Preview button.
  6. If you are ready to publish created content, press Save & Publish button. Page will go live immediately (if current date is in live dates interval).
  7. If you are not ready to publish the content yet, press Save Draft button. Draft copy will be created and you can return later and edit or publish it. If content was already published before, changed made in draft version will be invisible to public users.

Editing template's content

When editing template's content, dynamic regions can be inserted directly to editing content. this is discussed in templates documentation section.

Insert widget to region

There are two types of widgets: created reusable HTML content or registered server control widget. To add the widget to the page, please select Widget option from Add new content dropdown. A modal window will open where you can select already created widgets or create a new one. Add Widget as Content

  1. To create a HTML content widget, press Add New button.
  2. To register a server control widget, press the arrow button. Select Register option from the dropdown menu that appeared.
  3. Use search to find the widget wanted.
  4. To insert widget to the page, click on the desirable widget's Insert button.
  5. Widgets can be edited before inserting, by pressing pencil icon.
  6. They can also be deleted, by pressing Delete button next to widget and confirming deletion.

NOTE: All the widgets are categorized. If category is not assigned, unassigned widgets are shown in Uncategorized group.

NOTE: A Widget can be added to another widget or to HTML content. Read more here.

Edit content

For content editing, press Edit content icon when mouse cursor is over content you want to edit. When pressing edit icon, specific content editing modal window will open.

Edit content icon

If content was saved as draft, the edit icon will turn red: Edit draft content.

Edit Widget Options

Widgets can contain widget options. To edit content options, press configure button:

Configure widget

How to manage page content options, read here.

Delete content

For deleting a content, press Delete content icon when mouse cursor is over content you want to delete and confirm deletion.

Delete content

View content history

For viewing content history, press Content History icon when mouse cursor is over content, which versions you want to review.

View content history

Modal window with ability to preview and restore older versions will open:

Content versions window

The history window contains 2 preview modes: Visual Preview mode, where rendered content is seen, Data Preview mode, where content's source and other options are seen.

  1. Switch to Visual Preview mode to see the rendered content.
  2. Switch to Data Preview mode to see the content's source.
  3. Select a version that you want to preview.
  4. Click the restore button to restore old (archived) version.

There are 3 types of content statuses:

  • Draft. Draft version, invisible to public users. It's optional - page can be published and not contain draft version.
  • Published. Currently active version, visible to public users. It's optional - page can contain only draft and not contain published version yet.
  • Archived. Older version of content. If content was published, and re-published again, archived version of content is created.
Clone this wiki locally