I am using tinymce, I have multiple text areas on my page. Is it possible to apply for only one textarea,
1 text area is for description validation is like below
var text = tinyMCE.get('txtdesc').getContent();
But i have more 3 more text areas in my page so tineMCE should not apply for all these text areas
How can i apply only for one text area
// this is my tinyMCE code tinyMCE.init({ mode : "textareas", theme : "advanced" }); // /tinyMCE