IE help JS - Joomla! Forum - community, help and support
hi guys writing plug in tinymce working great on firefox. here important bit of code
this in firefox returns {v}"seleted text on editor"{/v} want. on ie get
{v}[object]{/v}
any ideas why ie not processing correctly?
code: select all
$js = "function insertverse(editor) {
jinserteditortext('{v}'+tinymce.selectedinstance.getsel()+'{/v}', editor);
}";
this in firefox returns {v}"seleted text on editor"{/v} want. on ie get
{v}[object]{/v}
any ideas why ie not processing correctly?
Comments
Post a Comment