Opened 14 years ago
Closed 13 years ago
#8154 closed Bug (fixed)
CKEditor.NET - Configurations not rendered when set by code
Reported by: | Daniel Cohen Gindi | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.6.2 |
Component: | Server : ASP.Net | Version: | |
Keywords: | Cc: |
Description
When setting configurations by code, they are not taken into account.
Also the samples provided with, are always ASPX only, so no one really tested the configurations by code!
Attachments (1)
Change History (4)
comment:1 Changed 14 years ago by
Changed 13 years ago by
Attachment: | 8154.patch added |
---|
comment:2 Changed 13 years ago by
Thanks for suggestion. I think we can replace the OnLoad to OnPrePrender.
comment:3 Changed 13 years ago by
Milestone: | → CKEditor 3.6.2 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
The patch looks good, fixed with [7280].
I think, that most of what OnLoad does, we should move to OnPrePrender, except the registeration of the .JS file. I mean keeping the first this.RegisterStartupScript in the OnLoad, and the rest inside OnPreRender. Anyway objects?