var EditorInstance = FCKeditorAPI.GetInstance(‘message’) ; //message is name of field to be validate if(EditorInstance.EditorDocument.body.innerText.length<=0) { alert(“This firld… more →
dreamtechworldRamesh Javale wrote 1 year ago: var EditorInstance = FCKeditorAPI.GetInstance(‘message’) ; //message is name of field to … more →