[xwiki-users] XWiki 2 WYSIWYG Editor
I recently upgraded to XWiki 2.0 and I am trying to add the fontsize, fontname, and backround color to the options available to users within the WYSIWYG editor. Within Macros.vm, I added fontname fontsize forecolor backcolor to the toolbar plugin. I found the following link, but was unable to get this to work properly. Any help would be greatly appreciated, and I thank you in advance. Thanks, Brian
Hi Brian, On Thu, Oct 15, 2009 at 2:36 PM, Sprott, Brian <[email protected]> wrote:
I recently upgraded to XWiki 2.0 and I am trying to add the fontsize, fontname, and backround color to the options available to users within the WYSIWYG editor. Within Macros.vm, I added fontname fontsize forecolor backcolor to the toolbar plugin. I found the following link, but was unable to get this to work properly. Any help would be greatly appreciated, and I thank you in advance.
You need to modify 2 lines: - the plugin line to add the following plugins: font color - the toolbar line to add the following buttons: fontname fontsize forecolor backcolor I suspect you modified only the toolbar line and not the plugin line. Feel free to edit http://platform.xwiki.org/xwiki/bin/view/AdminGuide/WysiwygEditor to make this clearer if needed ;-) Guillaume
Thanks, Brian
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Guillaume Lerouge Product Manager - XWiki SAS Skype: wikibc Twitter: glerouge http://guillaumelerouge.com/
Guillaume Lerouge wrote:
Hi Brian,
On Thu, Oct 15, 2009 at 2:36 PM, Sprott, Brian <[email protected]> wrote:
I recently upgraded to XWiki 2.0 and I am trying to add the fontsize, fontname, and backround color to the options available to users within the WYSIWYG editor. Within Macros.vm, I added fontname fontsize forecolor backcolor to the toolbar plugin. I found the following link, but was unable to get this to work properly. Any help would be greatly appreciated, and I thank you in advance.
You need to modify 2 lines:
- the plugin line to add the following plugins: font color - the toolbar line to add the following buttons: fontname fontsize forecolor backcolor
I suspect you modified only the toolbar line and not the plugin line.
Feel free to edit http://platform.xwiki.org/xwiki/bin/view/AdminGuide/WysiwygEditor to make this clearer if needed ;-)
Also note that you can enable/disable WYSIWYG plugins and features without touching the file system by editing XWiki preferences page: http://platform.xwiki.org/xwiki/bin/view/AdminGuide/WysiwygEditor#HByediting... Hope this helps, Marius
Guillaume
Thanks, Brian
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
participants (3)
-
Guillaume Lerouge -
Marius Dumitru Florea -
Sprott, Brian