X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_samples%2Fapi.html;h=a3f20359c0e527340275a5d3433cdd82b14ddf84;hp=e9fddacc4ae43d7c18211b310d79b09bfcc4f11b;hb=4e90e78dc97789709ee7404359a5517540c27553;hpb=8f6c203fdaa543c3bca40baea6ae4ddcdf1a77f5 diff --git a/_samples/api.html b/_samples/api.html index e9fddac..a3f2035 100644 --- a/_samples/api.html +++ b/_samples/api.html @@ -21,7 +21,7 @@ CKEDITOR.on( 'instanceReady', function( ev ) document.getElementById( 'eMessage' ).innerHTML = '

Instance ' + ev.editor.name + '<\/code> loaded.<\/p>'; // Show this sample buttons. - document.getElementById( 'eButtons' ).style.visibility = ''; + document.getElementById( 'eButtons' ).style.display = 'block'; }); function InsertHTML() @@ -156,7 +156,7 @@ function ResetDirty()

-