Hi All,
i have an issue with this method getHTML(), when cute editor placed within ultrawebtab;
i can able to successfully get cute editor control but i cant get text with in cute editor.
code used:
var tab = igtab_getTabById('igtabUserDetails'); //success
var Header = document.getElementById(tab.findControl("wheGrpHeader").id); //success
var GrpHeader = Header.getHTML(); //not success
i got the below error
please help me to fix the issue
Many Thanks
Ramesh durai