Click here to Skip to main content
16,010,334 members

Comments by gdhhdjdjuhd (Top 3 by date)

gdhhdjdjuhd 17-Jun-12 22:52pm View    
myArea1 is div name...
gdhhdjdjuhd 17-Jun-12 22:50pm View    
bro now i attached a text editor to div like this

<div style="clear: both;"></div><script type="text/javascript" src="http://js.nicedit.com/nicEdit-latest.js"></script> <script type="text/javascript">
//<![CDATA[
var area1;

function toggleArea1() {
if(!area1) {
area1 = new nicEditor({fullPanel : true}).panelInstance('myArea1',{hasPanel : true});

}
}



bkLib.onDomLoaded(function() { toggleArea1();

});
//]]>
</script>
</div>
Now i am not able to add tht last textbox into this div.. do u have any solution??
gdhhdjdjuhd 17-Jun-12 7:36am View    
Thanks! I thnk i got my answer...:)