Opened 14 years ago

Closed 14 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)

5442.zip (10.0 KB) - added by Alfonso Martínez de Lizarrondo 14 years ago.
Proposed patch (zipped because it said that it was spam)
5442_2.zip (11.0 KB) - added by Alfonso Martínez de Lizarrondo 14 years ago.
Revised patch

Download all attachments as: .zip

Change History (6)

Changed 14 years ago by Alfonso Martínez de Lizarrondo

Attachment: 5442.zip added

Proposed patch (zipped because it said that it was spam)

comment:1 Changed 14 years ago by Frederico Caldeira Knabben

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.

Changed 14 years ago by Alfonso Martínez de Lizarrondo

Attachment: 5442_2.zip added

Revised patch

comment:2 Changed 14 years ago by Alfonso Martínez de Lizarrondo

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 14 years ago by Frederico Caldeira Knabben

Keywords: Review+ added; Review? removed

I would prefer a link to the docs site, but that's ok for now.

comment:4 Changed 14 years ago by Alfonso Martínez de Lizarrondo

Resolution: fixed
Status: newclosed

Fixed with [5479] and [5480]

Yes, the documentation must be available also at the docs site, but meanwhile this can help with the basic doubts.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy