HTMLSetting ISettingControl

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
3/16/2011 1:44:04 PM
Gravatar
Total Posts 2239

HTMLSetting ISettingControl

Hi Joe,

I'm diggin' the replacement of the ajaxtoolkit editor with CKeditor now that it works in an updatepanel. Only issue I see is that it seems to be ignoring the editor skin chosen in <add key="CKEditor:Skin" value="v2"/>.

Thanks,
Joe D.

3/16/2011 2:02:57 PM
Gravatar
Total Posts 18439

Re: HTMLSetting ISettingControl

Hey Joe,

I'll fix that so it uses the skin setting.

I do want to clarify though, in my commit comments when I committed the change for this to the repository, I did say "make CKeditor work in UpdatePanel", but I have not actually tested that. At the time I had it in my mind that the HtmlSetting.ascx used an updatepanel and I did change the way the script for CKeditor is added to use ScriptManager which in theory might mean it will work in UpdatePanel, so that made me make that comment. But afterwards I realized that HtmlSetting.ascx is not using any UpdatePanel. So the change I made "might" have fixed it so CEditor can work in UpdatePanel but I haven't tested it to find out if it really works yet.

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.