JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.5.1
[ckeditor.git] / _samples / asp / index.html
index e40ec45..a7add8f 100644 (file)
@@ -1,18 +1,18 @@
 <!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-2010, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2011, 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
 <head>\r
-       <title>ASP integration Samples List - CKEditor</title>\r
+       <title>ASP integration Samples List &mdash; CKEditor</title>\r
        <link type="text/css" rel="stylesheet" href="../sample.css" />\r
 </head>\r
 <body>\r
-       <h1>\r
-               CKEditor Samples List for ASP\r
+       <h1 class="samples">\r
+               CKEditor Samples List for ASP &mdash; CKEditor Sample\r
        </h1>\r
-       <h2>\r
+       <h2 class="samples">\r
                Overview\r
        </h2>\r
        <p>The ckeditor.asp file provides a wrapper to ease the work of creating CKEditor instances from classic Asp.</p>\r
@@ -27,34 +27,34 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
 <ol>\r
        <li>\r
                Create an instance of the CKEditor class:\r
-<pre>dim editor\r
+<pre class="samples">dim editor\r
 set editor = New CKEditor</pre>\r
        </li>\r
        <li>\r
                Set the path to the folder where CKEditor has been installed, by default it will use /ckeditor/\r
-               <pre>editor.basePath = "../../"</pre>\r
+               <pre class="samples">editor.basePath = "../../"</pre>\r
        </li>\r
        <li>\r
        Now use one of the three main methods to create the CKEditor instances:\r
-       <ul>\r
+       <ul class="samples">\r
                <li>\r
                                Replace textarea with id (or name) "editor1".\r
-                       <pre>editor.replaceInstance "editor1"</pre>\r
+                       <pre class="samples">editor.replaceInstance "editor1"</pre>\r
                </li>\r
                <li>\r
                        Replace all textareas with CKEditor.\r
-                       <pre>editor.replaceAll empty</pre>\r
+                       <pre class="samples">editor.replaceAll empty</pre>\r
                </li>\r
                <li>\r
                        Create a textarea element and attach CKEditor to it.\r
-                       <pre>editor.editor "editor1", initialValue</pre>\r
+                       <pre class="samples">editor.editor "editor1", initialValue</pre>\r
                </li>\r
        </ul>\r
        </li>\r
 </ol>\r
 <p>Before step 3 you can use a number of methods and properties to adjust the behavior of this class and the CKEditor instances\r
 that will be created:</p>\r
-<ul>\r
+<ul class="samples">\r
        <li>returnOutput : if set to true, the functions won't dump the code with response.write, but instead they will return it so\r
        you can do anything you want</li>\r
        <li>basePath: location of the CKEditor scripts</li>\r
@@ -75,28 +75,28 @@ that will be created:</p>
 \r
 </ul>\r
 \r
-       <h2>\r
+       <h2 class="samples">\r
                Basic Samples\r
        </h2>\r
-       <ul>\r
-               <li><a href="replace.asp">Replace existing textareas by code</a></li>\r
-               <li><a href="replaceAll.asp">Replace all textareas by code</a></li>\r
-               <li><a href="standalone.asp">Create instances in asp</a></li>\r
+       <ul class="samples">\r
+               <li><a class="samples" href="replace.asp">Replace existing textareas by code</a></li>\r
+               <li><a class="samples" href="replaceAll.asp">Replace all textareas by code</a></li>\r
+               <li><a class="samples" href="standalone.asp">Create instances in asp</a></li>\r
        </ul>\r
-       <h2>\r
+       <h2 class="samples">\r
                Advanced Samples\r
        </h2>\r
-       <ul>\r
-               <li><a href="advanced.asp">Advanced example</a></li>\r
-               <li><a href="events.asp">Listening to events</a></li>\r
+       <ul class="samples">\r
+               <li><a class="samples" href="advanced.asp">Advanced example</a></li>\r
+               <li><a class="samples" href="events.asp">Listening to events</a></li>\r
        </ul>\r
        <div id="footer">\r
                <hr />\r
                <p>\r
-                       CKEditor - The text editor for Internet - <a href="http://ckeditor.com/">http://ckeditor.com</a>\r
+                       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-2010, <a href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved.\r
+                       Copyright &copy; 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved.\r
                </p>\r
        </div>\r
 </body>\r