Reputation: 1
I am running Kentico v5.5.3996 R2 and there are some aspects of the CMSDesk admin screens that will not work unless it is running in IE Quirks mode.
It mostly affects the WYSIWYG editor and the pop-up windows for Insert Images or Media.
So what I would like to achieve is to force CMSDesk into Quirks mode so that the editors do not have to manually change to Quirks mode whenever they want to edit the site.
Upvotes: 0
Views: 260
Reputation: 11
I had to do it in the IIS server as its a element in the server if wanted on all pages. http://weblogs.asp.net/joelvarty/archive/2009/03/23/force-ie7-compatibility-mode-in-ie8-with-iis-settings.aspx
If you want to adjust in a single Doctype, you can use Kentico Macros to render the proper header. See: for examples: http://hsivonen.iki.fi/doctype/
Kentico Macros can be very useful. In the dev guide search for "macro expressions overview"
Upvotes: 1
Reputation: 478
To turn the CMS desk into quirks mode edit the following file /CMSMasterPages/UI/EmptyPage.master and remove the doctype. This should throw the cmsdesk into quirks mode.
Upvotes: 0