Hi,
We are using TinyMCe edtior in our teamsite version 7.4.1.
in one of the customation , it follows
in edtior select a linktext -> click on cusomtized plugin-> output comes as {<a href="/test.html">-linktext-</a>} in edior and even in html code of TinyMce.
i am using ed.selection.getContent cmd to select the content in TinymCe edtior and ed.execCommand('mceInsertContent', false, ****); to insert the output
my query is in tinyMce edtor we want only { - linktext- } and {<a href="/test.html">-linktext-</a>} in html code of tinymce .
can some help how to do this or let me know incase more information required.
regrads,
Arun