X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_samples%2Fapi.html;h=05f5b4687c9c97515ab29a48051d012c2d1d5e0d;hp=f853350c6ea925c32689b750113e00f5aab8dd43;hb=039a051ccf3901311661022a30afd60fc38130c9;hpb=c9fdde67e6384bd5a66adc2b3bba5c4ce9db56c7 diff --git a/_samples/api.html b/_samples/api.html index f853350..05f5b46 100644 --- a/_samples/api.html +++ b/_samples/api.html @@ -59,7 +59,7 @@ function GetContents() alert( oEditor.getData() ); } -function ExecuteCommand(commandName) +function ExecuteCommand( commandName ) { // Get the editor instance that we want to interact with. var oEditor = CKEDITOR.instances.editor1; @@ -109,7 +109,7 @@ function ResetDirty()

- This sample shows how to use the CKeditor JavaScript API to interact with the editor + This sample shows how to use the CKEditor JavaScript API to interact with the editor at runtime.