How to enable classic modal dialogs in Kentico CMS?

Kentico Support Engineer asked on February 24, 2013 13:52

How to enable classic modal dialogs in Kentico CMS?

Correct Answer

Kentico Support Engineer answered on February 24, 2013 13:52

In version 7.x of Kentico CMS, modal dialogs are full-screen based and it is not possible to move them as standard modal windows.  A typical example of this default behavior is the web part properties dialog. You can switch this behavior back to standard model by adding the following key in <appSettings> section in the web.config file:
<add key="CMSClassicDialogs" value="true" />

0 votesVote for this answer Unmark Correct answer

   Please, sign in to be able to submit a new answer.