X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_samples%2Fasp%2Findex.html;h=a7add8f9e232d42feb80d58e297df74f08a0067e;hp=e40ec45aa7b3443568037806527184bb75f641cd;hb=48b1db88210b4160dce439c6e3e32e14af8c106b;hpb=9afde8772159bd3436f1f5b7862960307710ae5a diff --git a/_samples/asp/index.html b/_samples/asp/index.html index e40ec45..a7add8f 100644 --- a/_samples/asp/index.html +++ b/_samples/asp/index.html @@ -1,18 +1,18 @@ - ASP integration Samples List - CKEditor + ASP integration Samples List — CKEditor -

- CKEditor Samples List for ASP +

+ CKEditor Samples List for ASP — CKEditor Sample

-

+

Overview

The ckeditor.asp file provides a wrapper to ease the work of creating CKEditor instances from classic Asp.

@@ -27,34 +27,34 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
  1. Create an instance of the CKEditor class: -
    dim editor
    +
    dim editor
     set editor = New CKEditor
  2. Set the path to the folder where CKEditor has been installed, by default it will use /ckeditor/ -
    editor.basePath = "../../"
    +
    editor.basePath = "../../"
  3. Now use one of the three main methods to create the CKEditor instances: -

Before step 3 you can use a number of methods and properties to adjust the behavior of this class and the CKEditor instances that will be created:

-