DCR Search within TinyMCE container
Hi
Facing issue with while searching for a content within TinyMCE using Search from bottom of a DCR
The text from within the TinyMCE container does not get highlighted while searching, wherein other texts in the DCR do get highlighted.l
We have customized TinyMCE with configurations as following.
When i remove these settings, it uses default tinyMCE configurations & than the text gets highlighted.
Please suggest
"IWTinyMCECustomConfig("custom_config","plugins","table,advhr,advimage,advlink,iespell,insertdatetime,preview,searchreplace,print,contextmenu,paste,directionality,noneditable,glossary");
IWTinyMCECustomConfig("custom_config", "toolbarRow",
"styleselect,formatselect, fontselect, fontsizeselect,forecolor,|,bold, italic, underline");
IWTinyMCECustomConfig("custom_config", "toolbarRow",
"bullist,numlist,|,outdent,indent,|,justifyleft,justifycenter,justifyright,justifyfull,|,cut,copy,paste,pasteword,search,|,undo,redo,|,anchor,link,unlink");
IWTinyMCECustomConfig("custom_config", "toolbarRow",
"hr,removeformat,visualaid, |, sub,sup,|,charmap,|,image,table,help,code,glossary");
IWTinyMCECustomConfig("custom_config","content_css","/iw/tinymce/config/customproj.css");
"