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

Custom Links Indenting

1 Answer 44 Views
Editor
This is a migrated thread and some comments may be shown as answers.
cglubish
Top achievements
Rank 2
cglubish asked on 04 Sep 2008, 01:57 PM
The custom links dropdown doesn't indent properly with child nodes.  This behavior is seen in the demo: http://demos.telerik.com/ASPNET/Prometheus/Editor/Examples/SaveInExternalFile/DefaultCS.aspx

In the demo its not terribly confusing, but when a sitemap is pulled in with a complex menu it is very confusing as all child nodes (level 2 or level 3 or etc) appear as level 1 when they are opened.

The documentation shows a screen shot of nicely indented 3 level deep tree of custom links - see here: http://www.telerik.com/help/aspnet-ajax/customlinks.html

But I can't get mine to look like the screenshot on the documentation.

Cheers
Chris

1 Answer, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 05 Sep 2008, 06:43 AM
Hello Chris,

We are sorry for the issue with the Custom Links dropdown of RadEditor. It is already fixed in Web.UI and will be available with SP2.

In the meantime, you may use the following fix in your styles:

ul.rade_CustomLinks ul
{
 margin-left: 10px !important;
}

Have a great weekend,
Martin Ivanov
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Editor
Asked by
cglubish
Top achievements
Rank 2
Answers by
Martin
Telerik team
Share this question
or