Completed
Last Updated: 20 Jan 2016 16:48 by ADMIN
ADMIN
Rumen
Created on: 11 May 2011 03:18
Category: Editor
Type: Bug Report
0
FIX Unable to remove body class using Css Classes dropdown inside the Page Properties dialog
A possible workaround: take the PageProperties.ascx dialog and use it as an external dialog in your project and change the _setClass: function to

_setClass: function (element, cssClassHolder) { element.className = cssClassHolder.get_value(); } 
0 comments