tinymce-editor/Application/views/admin/editorswitch.tpl

8 lines
384 B
Smarty

<li style="margin-left: 50px;">
<button style="border: 1px solid #0089EE; color: #0089EE;padding: 3px 10px; margin-top: -10px; background: white;"
onclick="tinymce.get().forEach(function(editor) { if(editor.isHidden()) { editor.show(); } else { editor.hide(); }});">
<span>
[{oxmultilang ident="TINYMCE_TOGGLE"}]
</span>
</button>
</li>