Ticket #233 (new New Feature)

Opened 21 months ago

Last modified 10 months ago

JScript implementation of FCKEditor

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

Description


Attachments

fckeditor_js.asp (4.6 KB) - added by wolfpackfan 21 months ago.
ASP JSCRIPT Implementation
fckeditor_jscript.rar (1.3 KB) - added by alfonsoml 14 months ago.
Alternative solution

Change History

Changed 21 months ago by wolfpackfan

ASP JSCRIPT Implementation

Changed 21 months ago by fredck

  • keywords JSCRIPT, ASP removed

Changed 14 months ago by alfonsoml

Alternative solution

Changed 14 months ago by alfonsoml

  • 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;
%>

Changed 10 months ago by fredck

  • owner fredck deleted

Changed 10 months ago by w.olchawa

  • keywords HasPatch added
Note: See TracTickets for help on using tickets.