Wiki source code of Icons Container: Editors
Last modified by Vincent Massol on 2024/11/19 16:15
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{velocity}}$xwiki.ssx.use("Standards.Icons"){{/velocity}} | ||
| 2 | |||
| 3 | ==[[WYSIWYG>>IconsWYSIWYG]] == | ||
| 4 | {{html}}Icons: <span class="iconWYSIWYG"> </span>{{/html}} | ||
| 5 | |||
| 6 | == [[Wiki Editor>>IconsWikiEditor]] == | ||
| 7 | {{html}}Icons: <span class="iconWikiEditor"> </span>{{/html}} | ||
| 8 | |||
| 9 | == Remarks == | ||
| 10 | |||
| 11 | * Editors should have the same icon for: Strikethought, Subscript, Superscript, Ruler, Image, | ||
| 12 | |||
| 13 | * They share SIMILAR icons (should be the same) on: Bold, Italic, Underline, Bulleted Lists, Numbered Lists, Link | ||
| 14 | |||
| 15 | * They have the same cog icon but for "different" functionality: velocity code macro, general macros; |