Opened 14 years ago

Closed 14 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!

Find this issue on GitHub

Change History (4)

comment:1 Changed 14 years ago by Daniel Cohen Gindi

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?

Changed 14 years ago by kaga

Attachment: 8154.patch added

comment:2 Changed 14 years ago by kaga

Thanks for suggestion. I think we can replace the OnLoad to OnPrePrender.

comment:3 Changed 14 years ago by Wiktor Walc

Milestone: CKEditor 3.6.2
Resolution: fixed
Status: newclosed

The patch looks good, fixed with [7280].

Find this issue on GitHub
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy