Código Javascript
:
Ver originalgetData( internal ) : String
Gets the editor data. The data will be in "raw" format. It is the same data that is posted by the editor.
if ( CKEDITOR.instances.editor1.getData() == '' )
alert( 'There is no data available.' );
Ese ejemplo me da. Yo quiero meter el contenido en una variable pero no consigo hacerlo funcionar, algo hago mal con la funcion xd