Contributions

Other (Category Index)
Search: 

TinyMCE in Products desc

This is a short guide on how to install TinyMCE as your editor for products description.

Expand All / Collapse All

just a tip 26 Mar 2008

This is just a tip !
If using tinymce v2 the value in the tinymce textarea can be referenced through javascript by
tinyMCE.getInstanceById(mceId).getHTML()

where mceId is the id of the <textarea ... >
as a precaution use <textarea id="MYID" name="MYID" ... > ... </textarea>

for v3 the syntax is different.
I used this for ajaxing.

Corrected Update to the previous version 14 Oct 2007
Guide To installing TinyMCE only where wanted 14 Oct 2007
TinyMCE On/Off Switch 25 Jun 2006
TinyMCE in Products desc 21 Nov 2005

Note: Contributions are used at own risk.