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

8 lines
397 B
Smarty
Raw Normal View History

2023-04-05 08:27:08 +02:00
<li style="margin-left: 50px;">
<button style="border: 1px solid #0089EE; color: #0089EE;padding: 3px 10px; margin-top: -10px; background: white;"
onclick="tinymce.each(tinymce.editors, function(editor) { if(editor.isHidden()) { editor.show(); } else { editor.hide(); } });">
<span>
[{oxmultilang ident="BLA_TINYMCE_TOGGLE"}]
</span>
</button>
</li>