calling JCE editor in my module

88 views
Skip to first unread message

Shrouk Khan

unread,
Feb 25, 2013, 7:43:54 AM2/25/13
to joomla-de...@googlegroups.com
Hi guys,
asking here, since JCE site itself seems incredibly slow ( always ) and not load at all ( most of the time )  . However, is there any way to call JCE editor in my module such as {plugin_jceEditor} or something like that ? i can not read any documentation on that :(

Khan

fornandakishore

unread,
Feb 25, 2013, 8:36:13 AM2/25/13
to joomla-de...@googlegroups.com
Hi Khan,

Hope this will help you....


 <?php
     $editor = JFactory::getEditor();
     echo $editor->display('content', $this->content, '550', '400', '60', '20', false);
 ?>

 
Thanks & Regards

Nanda Kishore. M

Senior PHP Developer

http://php-desk.blogspot.com

Mobile: + 91 98499 71144 



--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to joomla-dev-gene...@googlegroups.com.
To post to this group, send an email to joomla-de...@googlegroups.com.
Visit this group at http://groups.google.com/group/joomla-dev-general?hl=en-GB.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

brian teeman

unread,
Feb 25, 2013, 9:40:28 AM2/25/13
to joomla-de...@googlegroups.com
There is nothing special to load the JCE editor. You need the code above to load ANY editor and then the users or site profile will decide which editor to use.


On Monday, 25 February 2013 13:36:13 UTC, Nandu wrote:
Hi Khan,

Hope this will help you....


 <?php
     $editor = JFactory::getEditor();
     echo $editor->display('content', $this->content, '550', '400', '60', '20', false);
 ?>

 
Thanks & Regards

Nanda Kishore. M

Senior PHP Developer

http://php-desk.blogspot.com

Mobile: + 91 98499 71144 



On Mon, Feb 25, 2013 at 6:13 PM, Shrouk Khan <shrou...@gmail.com> wrote:
Hi guys,
asking here, since JCE site itself seems incredibly slow ( always ) and not load at all ( most of the time )  . However, is there any way to call JCE editor in my module such as {plugin_jceEditor} or something like that ? i can not read any documentation on that :(

Khan

--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to joomla-dev-general+unsub...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages