Does anyone know the API to clear out the HTML area of the editor AND keep all the buttons states. I use the code below and it always resets all buttons.
var instance = FCKeditorAPI.GetInstance( "fck" );
instance.SetHTML( "" );
var instance = FCKeditorAPI.GetInstance( "fck" );
instance.SetHTML( "" );