This is a migrated thread and some comments may be shown as answers.

[Solved] Problem with HyperlinkManager in RadEditor

2 Answers 85 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Sachin
Top achievements
Rank 1
Sachin asked on 02 Apr 2009, 06:01 PM

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

2 Answers, 1 is accepted

Sort by
0
Sachin
Top achievements
Rank 1
answered on 03 Apr 2009, 09:25 AM
I found out the help link which tells how to do this.Very simple and works like a charm!

http://demos.telerik.com/aspnet-ajax/editor/examples/externaldialogspath/defaultcs.aspx

Hope this helps anybody facing the same problem.
0
Sachin
Top achievements
Rank 1
answered on 06 Apr 2009, 09:04 AM
Please note that for this to work ( When published), publish with allow build to be updateable option checked.
Tags
Editor
Asked by
Sachin
Top achievements
Rank 1
Answers by
Sachin
Top achievements
Rank 1
Share this question
or