X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_samples%2Fasp%2Findex.html;h=d0b737caff8c38a9d2ecb0862d151aae5096e67e;hb=a272c66d841421f8bf933c16535bdcde1c4649fc;hp=e40ec45aa7b3443568037806527184bb75f641cd;hpb=8665a7c6c60586526e32e8941fe2896739b6ebfb;p=ckeditor.git diff --git a/_samples/asp/index.html b/_samples/asp/index.html index e40ec45..d0b737c 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:

-