Opened 19 years ago
Closed 14 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)
Change History (8)
Changed 19 years ago by
| Attachment: | fckeditor_js.asp added |
|---|
comment:1 Changed 19 years ago by
| Keywords: | JSCRIPT ASP removed |
|---|
comment:2 Changed 18 years ago by
| 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 18 years ago by
| Owner: | Frederico Caldeira Knabben deleted |
|---|
comment:4 Changed 18 years ago by
| Keywords: | HasPatch added |
|---|
comment:5 Changed 15 years ago by
| Version: | → FCKeditor 2.5 |
|---|
comment:6 Changed 14 years ago by
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
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.

ASP JSCRIPT Implementation