Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revisionBoth sides next revision
72:editor_directives [2019/02/05 14:16] – created ext-bkkr72:editor_directives [2019/02/18 20:30] ext-bkkr
Line 1: Line 1:
 ====== Directives ====== ====== Directives ======
 +
 +Directives are used to either hide text content in the browser display view or in the print view.
 +
 +The following directives can be added to the text:
 +
 +^Icon^Description|
 +|nodisplay -->|Start of a no display section|
 +|<--nodisplay|End of a no display section|
 +|noprint-->|Start of a no print section|
 +|<--noprint|End of a no print section|
 +
 +In order to work properly, an opening and a closing directive must be present.
 +
 +//Note: Please be aware that selected text will be deleted while creating a directive. So just place the cursor somewhere.//
 +
 +//Warning: Placing the directive across table cells may lead to invalid descriptions not properly rendered by web-browsers. To avoid, ensure that every opening directive is closed in the same table-cell.//
 +
 +//Warning: Do not nest the directives.//
 +
 +\\