Re: Using wysiwyg outsied of CMS
2 posts by 2 authors in: Forums > CMS Builder
Last Post: July 29, 2016 (RSS)
By Mikey - July 28, 2016
In response to: [url "http://www.interactivetools.com/forum/forum-posts.php?postNum=2231285#post2231285"]Using wysiwyg outsied of CMS[/url], ...
I found this archived solution, but I need multiple wysiwyg editors on a front-end page. Anyone know how to add multiple wysiwyg editors to the front-end of a website using CMSB's built-in tinyMCE editor?
Thanks, Zick
By Damon - July 29, 2016
Hi Zick,
Using the code from the other post, have you tried using two versions of the code but with different names for the IDs?
Like this:
<?php
require_once("blogWysiwyg.php");
initWysiwyg('wysiwyg', 'wysiwygUploadBrowser');
?>
And this:
<?php
require_once("blogWysiwyg.php");
initWysiwyg('wysiwyg2', 'wysiwygUploadBrowser');
?>
Damon Edis - interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/