Hi All,
I am stuck with a problem in RadEditor and this is urgent.
I have used HyperlinkManager in RadEditor.
Is there a way to customize it, so that i can remove the apply-css option?
My problem is that it is fetching all the css-classes from the included css file, and
a css class like the one below is causing javascript error within the rad-editors javascript.
*
html iframe.loader-fix
{
position: absolute;
top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ?
documentElement.scrollTop+((documentElement.clientHeight-this.clientHeight)/2 )
: document.body.scrollTop+((document.body.clientHeight-this.clientHeight)/2));
}
Any help is greatly appreciated. I am not getting any help related to this in the forums/documentation.
Thank & Regards,
Sachin