Community Add-Ons

Maintainers: samoth
Add file to this package
Top » Other

TinyMCE in Products desc
for osCommerce Online Merchant v2.2

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

Legend:  Download   Report
Expand All / Collapse All
just a tip GeorgeP 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 lostndazed 14 Oct 2007  
Guide To installing TinyMCE only where wanted lostndazed 14 Oct 2007  
TinyMCE On/Off Switch Iggy 25 Jun 2006  
TinyMCE in Products desc samoth 21 Nov 2005