If I add the popupeditor into the toolbar of htmlArea, I get an empty screen...
Are there other things I have to change in the code? (header.php)
how to enable popupeditor in HTMLArea?
Moderator: Thorsten
Hi,
good question... how do you added it?
bye
Thorsten
good question... how do you added it?
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
In header.php you have to edit next line:
config.toolbar = [ [ "fontsize", "space", "formatblock", "space", "bold", "italic", "underline", "strikethrough", "separator", "subscript", "superscript", "separator", "copy", "cut", "paste", "space", "undo", "redo" ], [ "justifyleft", "justifycenter", "justifyright", "justifyfull", "separator", "lefttoright", "righttoleft", "separator", "orderedlist", "unorderedlist", "outdent", "indent", "separator", "forecolor", "hilitecolor", "separator", "inserthorizontalrule", "createlink", "insertimage", "inserttable","popupeditor","htmlmode"], [ "internalLinks" ] ];
And you have to add the plugin 'fullpage' to the htmlArea editor.
config.toolbar = [ [ "fontsize", "space", "formatblock", "space", "bold", "italic", "underline", "strikethrough", "separator", "subscript", "superscript", "separator", "copy", "cut", "paste", "space", "undo", "redo" ], [ "justifyleft", "justifycenter", "justifyright", "justifyfull", "separator", "lefttoright", "righttoleft", "separator", "orderedlist", "unorderedlist", "outdent", "indent", "separator", "forecolor", "hilitecolor", "separator", "inserthorizontalrule", "createlink", "insertimage", "inserttable","popupeditor","htmlmode"], [ "internalLinks" ] ];
And you have to add the plugin 'fullpage' to the htmlArea editor.
Hi,
I don't know why this won't work. Maybe you ask at the HTMLArea forums...
bye
Thorsten
I don't know why this won't work. Maybe you ask at the HTMLArea forums...
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist