Opened 15 years ago
Closed 15 years ago
#5442 closed New Feature (fixed)
Server side API for classic Asp
Reported by: | Alfonso Martínez de Lizarrondo | Owned by: | Alfonso Martínez de Lizarrondo |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.3 |
Component: | Server : ASP | Version: | 3.2 |
Keywords: | Review+ | Cc: |
Description
The patch is a port of the ckeditor.php4 to asp.
I haven't found a way to do the automatic detection of the location of the current script, so that part is hardcoded to /ckeditor/ the rest of the behavior should match and the samples pages seem to work ;-)
Attachments (2)
Change History (6)
Changed 15 years ago by
comment:1 Changed 15 years ago by
Keywords: | Review- added; Review? removed |
---|
I was just wondering about the methods signatures... for it's basic usage, it's mandatory to pass "empty, empty" in the parameters. I think that has been done to reflect the PHP implementation, but it's ok to make thing a bit different, just to make it more usable for developers of each specific language.
comment:2 Changed 15 years ago by
Keywords: | Review? added; Review- removed |
---|
I've include new properties and methods to allow to set the instanceConfig and instance event handlers before calling the creation methods.
This version also includes a basic file check to test if the basePath setting is done correctly, and a quick introduction in the index.html file. It can be further improved at the docs, but I think that people will appreciate to have that as a quick reference.
comment:3 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
I would prefer a link to the docs site, but that's ok for now.
comment:4 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Proposed patch (zipped because it said that it was spam)