Opened 17 years ago

Closed 12 years ago

#233 closed New Feature (invalid)

JScript implementation of FCKEditor

Reported by: Trent Owned by:
Priority: Normal Milestone:
Component: Server : ASP Version: FCKeditor 2.5
Keywords: HasPatch Cc: netrube@…

Description


Attachments (2)

fckeditor_js.asp (4.6 KB) - added by Trent 17 years ago.
ASP JSCRIPT Implementation
fckeditor_jscript.rar (1.3 KB) - added by Alfonso Martínez de Lizarrondo 16 years ago.
Alternative solution

Download all attachments as: .zip

Change History (8)

Changed 17 years ago by Trent

Attachment: fckeditor_js.asp added

ASP JSCRIPT Implementation

comment:1 Changed 17 years ago by Frederico Caldeira Knabben

Keywords: JSCRIPT ASP removed

Changed 16 years ago by Alfonso Martínez de Lizarrondo

Attachment: fckeditor_jscript.rar added

Alternative solution

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

Cc: netrube@… added

Added alternative from Sourceforge
Original author: NetRube

Example:

<%
var fck = new FCKeditor();
fck.ToolbarSet = "Default";
fck.Config["SkinPath"] = fck.BasePath
+ "editor/skins/office2003/";
fck.Height = 300;
fck.InstanceName = "note";
fck.Value = "";
fck.Create();
fck = null;
%>

comment:3 Changed 16 years ago by Frederico Caldeira Knabben

Owner: Frederico Caldeira Knabben deleted

comment:4 Changed 16 years ago by Wojciech Olchawa

Keywords: HasPatch added

comment:5 Changed 13 years ago by Wiktor Walc

Version: FCKeditor 2.5

comment:6 Changed 12 years ago by Jakub Ś

Resolution: invalid
Status: newclosed

FCKeditor was retired and is no longer supported. All active development was moved to its successor, CKEditor 3.x, that is a fully mature and far superior product. We recommend you upgrade as soon as possible.

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