Thursday, April 14, 2011

Get FckEditor value using javascrip

How can I get the value of fckeditor using javascript or jquery.
>> var inst = FCKeditorAPI.GetInstance("description");
var html = inst.GetHTML();

where description is the name or id of fckeditor instansce