Ticket #233 (new New Feature)

Opened 3 years ago

Last modified 2 years 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 Download (4.6 KB) - added by wolfpackfan 3 years ago.
ASP JSCRIPT Implementation
fckeditor_jscript.rar Download (1.3 KB) - added by alfonsoml 2 years ago.
Alternative solution

Change History

Changed 3 years ago by wolfpackfan

ASP JSCRIPT Implementation

Changed 3 years ago by fredck

  • keywords JSCRIPT, ASP removed

Changed 2 years ago by alfonsoml

Alternative solution

Changed 2 years 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 2 years ago by fredck

  • owner fredck deleted

Changed 2 years ago by w.olchawa

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