Ticket #187 (closed Bug: fixed)
fckeditor.cfc doesn't set imageUpload variables
| Reported by: | rickroot@… | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.4.3 |
| Component: | Server : ColdFusion | Version: | FCKeditor 2.3.2 |
| Keywords: | SF | Cc: |
Description
The fckeditor.cfc implementation seems to be missing the following line of code, which I inserted at line 199 of version 2.3.2:
lConfigKeys = lConfigKeys & ",ImageUpload,ImageUploadURL,ImageUploadWindowWidth,ImageUploadWindowHeight ,ImageUploadAllowedExtensions,ImageUploadDeniedExtensions";
Without this line, I'm unable to customize the quick upload features within FCKeditor.
Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1590851&group_id=75348&atid=543653
Change History
Note: See
TracTickets for help on using
tickets.