Tree :



 Faceted index, by topics :
Menu

 
Category
V5 (46)
V5.01 (21)
V5.10 (15)
V5.20 (32)
V5.30 (16)
V5.31 (1)
V5.32 (4)
V5.33 (16)
V5.34 (7)
V5.35 (2)
V5.40 (27)
V5.41 (7)
V5.42 (4)
V5.43 (6)
V5.50 (1)
V5.60 (1)
V5.61 (2)
V5.70 (9)
V5.71 (4)
 
 How to insert these widgets?

      5. Reference
          5.5. Ideas
              5.5.3. Idea contents editing
                  5.5.3.9. Editing idea text : WYSIWYG editor
 5.5.3.9.5. Insert a CSS style from current template  

This functions works in the WYSIWYG editor, either in the "Normal" view, either in the "Idea" tab in idea properties dialog.

Select the text you want the style to apply to, before invoking this function. If there is no selection, or if the selection overlap several HTML elements (for instance, paragraphs, different colors, etc...), it will apply to the parent element (for instance, the parent paragraph, up to the whole text).

In the style template dialog which is opened then, select a CSS class which name begins by a dot (example : .KeywordsGroup), and validate : this applies the selected style, enclosing the text with the CSS style specification.

In the example above, if you chose the ".KeywordGroup" CSS style, WIT will enclose the text with : <SPAN class="KeywordsGroup"> and </SPAN>.

Note that the leading dot is omitted in the HTML code.