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

[Solved] Link- and tablemanger

2 Answers 30 Views
RadEditor
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Morten Riis
Top achievements
Rank 1
Morten Riis asked on 11 Apr 2007, 10:44 AM

I have issues with load times on the Linkmanager and Tablemanager... My conclusions is that the stylesheet in the dropdowns is to large and the generation of the "telerik:CssClassSelector" is to slow.

How do I change the stylesheet used?

2 Answers, 1 is accepted

Sort by
0
Morten Riis
Top achievements
Rank 1
answered on 13 Apr 2007, 08:40 AM

Alternatively… is it possible to totally remove the style selection on these managers?

By this I don't mean just make a "display:none" on the <TR> tag but remove the CSS dropdown code altogether.

0
Lini
Telerik team
answered on 18 Apr 2007, 07:44 AM
Hi Morten,

The CSS styles are actually passed to the dialog, regardless of whether the dropdown is there or not. I think the only way to avoid this issue is to tell the editor not to load the page's CSS styles at all. This can be easily set in the editor configuration file - add an empty CSS file in the <CssFiles> property. This will tell the editor to ignore the page CSS and try to load the CSS file. If the file is empty, then there will be no CSS classes in the dropdown and the loading times should go down.

Sincerely yours,
Lini
the telerik team

Instantly find answers to your questions at the new telerik Support Center
Tags
RadEditor
Asked by
Morten Riis
Top achievements
Rank 1
Answers by
Morten Riis
Top achievements
Rank 1
Lini
Telerik team
Share this question
or