X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_samples%2Fasp%2Freplaceall.asp;fp=_samples%2Fasp%2Freplaceall.asp;h=0000000000000000000000000000000000000000;hb=4625dba05116026713fee9008dd93306be0d1553;hp=de7b88ad2e08cfdd54210ff20c7e8137041fedaa;hpb=3fe9cac293e090ea459a3ee10d78cbe9e1dd0e03;p=ckeditor.git diff --git a/_samples/asp/replaceall.asp b/_samples/asp/replaceall.asp deleted file mode 100644 index de7b88a..0000000 --- a/_samples/asp/replaceall.asp +++ /dev/null @@ -1,77 +0,0 @@ -<%@ codepage="65001" language="VBScript" %> -<% Option Explicit %> - -<% - - ' You must set "Enable Parent Paths" on your web site - ' in order for the above relative include to work. - ' Or you can use #INCLUDE VIRTUAL="/full path/ckeditor.asp" - -%> - - - - - Sample - CKEditor - - - - -

- CKEditor Sample -

- -
- -
- -
- Output -
-

-
- -

-

-
- -

-

- -

-
-
- - <% - ' Create class instance. - dim editor - set editor = New CKEditor - ' Path to CKEditor directory, ideally instead of relative dir, use an absolute path: - ' editor.basePath = "/ckeditor/" - ' If not set, CKEditor will default to /ckeditor/ - editor.basePath = "../../" - ' Replace all textareas with CKEditor. - editor.replaceAll empty - %> - -