Verstecke letzte Bearbeiter
| author | version | line-number | content |
|---|---|---|---|
| |
1.1 | 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}} |