Découvrez les nouveautés de cette version : Fonctionnalités, améliorations et évolutions vous attendent ! 👉 Cliquez ici pour en savoir plus

Code source wiki de CKEditor

Modifié par Admin le 24/03/2023 - 15:51

Afficher les derniers auteurs
1 {{include reference="CKEditor.VelocityMacros"/}}
2
3 {{template name="editors/xdom_macros.vm"/}}
4
5 {{velocity}}
6 {{html clean="false"}}
7 #if ($edit)
8 #getTextArea
9 #if ($services.wysiwyg.isSyntaxSupported($syntaxId))
10 #set ($discard = $textArea.attributes.put('data-sourceDocumentReference', $edit.parameters.sourceDocumentReference))
11 #ckeditor($textArea)
12 #else
13 ## Fall back on a plain text area.
14 #printTextArea($textArea)
15 #end
16 #end
17 {{/html}}
18 {{/velocity}}