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
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…