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

Custom Links from SiteMap

6 Answers 67 Views
Editor
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 16 Feb 2008, 07:31 PM
Hi all,

I see there is sample code for the RadEditor, here, to populate the custom links with sitemap data.

How can this be modified to work with Prometheus editor?

Thanks!!
David

6 Answers, 1 is accepted

Sort by
0
Accepted
George
Telerik team
answered on 19 Feb 2008, 04:35 PM
Hi David,

I updated the "Add SiteMap to Custom Links Dropdown" Code Library article with a solution for RadEditor "Prometheus".

Please, review it here and do not hesitate to contact us if you need further assistance.


Kind regards,
George
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
David
Top achievements
Rank 1
answered on 19 Feb 2008, 05:49 PM
Great.. thanks for the help!  I did manage to figure it out.. but I like yours better  :-)

Is there a way to add lines to the dropdown treeview?  and expand the rootnode?

Thanks, again! 

David
0
Accepted
George
Telerik team
answered on 20 Feb 2008, 05:49 PM
Hi David,

You cannot add lines to the dropdown treeview. However, if you need such a functionality, you can review how to Integrate RadTreeView in a custom dropdown of RadEditor in this KB article.

I hope this helps.

Best regards,
George
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
David
Top achievements
Rank 1
answered on 20 Feb 2008, 06:02 PM
perfect.  thanks for that tip

David
0
David
Top achievements
Rank 1
answered on 21 Jul 2008, 03:04 PM

Still trying to figure out, say on OnClientLoad of the editor, to target the rootnode of the links dropdown and set the "display:none" to "display:block" (though, not currently visible)

I've been toying with overriding css, like:

ul.rade_CustomLinks

li ul {

display

: block !important;

}

but expands all nodes.  Trying to target the root with adjacent child selectors doesn't seem to work.

Anybody have a sure method?

Thanks.. D

I'veOnClientLoad

0
George
Telerik team
answered on 22 Jul 2008, 06:16 AM
Hi David,

Could you please open a support ticket and send us your runnable sample project, where the problem can be observed, along with a brief description what the desired result is? We will examine it, and do our best to provide a solution.


Sincerely,
George
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Editor
Asked by
David
Top achievements
Rank 1
Answers by
George
Telerik team
David
Top achievements
Rank 1
Share this question
or