JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.6.3
[ckeditor.git] / _samples / api.html
index e9fddac..aa858cd 100644 (file)
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\r
 <!--\r
-Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.\r
 For licensing, see LICENSE.html or http://ckeditor.com/license\r
 -->\r
 <html xmlns="http://www.w3.org/1999/xhtml">\r
@@ -21,7 +21,7 @@ CKEDITOR.on( 'instanceReady', function( ev )
        document.getElementById( 'eMessage' ).innerHTML = '<p>Instance <code>' + ev.editor.name + '<\/code> loaded.<\/p>';\r
 \r
        // Show this sample buttons.\r
-       document.getElementById( 'eButtons' ).style.visibility = '';\r
+        document.getElementById( 'eButtons' ).style.display = 'block';\r
 });\r
 \r
 function InsertHTML()\r
@@ -156,7 +156,7 @@ function ResetDirty()
 \r
                <div id="eMessage">\r
                </div>\r
-               <div id="eButtons" style="visibility: hidden">\r
+               <div id="eButtons" style="display: none">\r
                        <input onclick="InsertHTML();" type="button" value="Insert HTML" />\r
                        <input onclick="SetContents();" type="button" value="Set Editor Contents" />\r
                        <input onclick="GetContents();" type="button" value="Get Editor Contents (XHTML)" />\r
@@ -184,7 +184,7 @@ Second line of text preceded by two line breaks.</textarea>
                        CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>\r
                </p>\r
                <p id="copy">\r
-                       Copyright &copy; 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
+                       Copyright &copy; 2003-2012, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
                        Knabben. All rights reserved.\r
                </p>\r
        </div>\r