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

[Solved] custom xml file for customlinks

1 Answer 67 Views
Editor
This is a migrated thread and some comments may be shown as answers.
OnuR
Top achievements
Rank 1
OnuR asked on 28 Nov 2009, 01:14 AM
hello..
i have xml file like this :
<?xml version="1.0" standalone="yes"?> 
<Pages> 
  <Menu> 
    <PageID>54</PageID> 
    <PageDisplayName>ğpoı</PageDisplayName> 
  </Menu> 
  <Menu> 
    <PageID>56</PageID> 
    <PageDisplayName>Baba Sayfa</PageDisplayName> 
  </Menu> 
  <Menu> 
    <PageID>1</PageID> 
    <PageDisplayName>Ana Sayfa</PageDisplayName> 
    <Sr>0</Sr> 
    <Menu> 
      <PageID>52</PageID> 
      <PageDisplayName>Yeni Kategori</PageDisplayName> 
      <ParentId>1</ParentId> 
    </Menu> 
    <Menu> 
      <PageID>53</PageID> 
      <PageDisplayName>Deneme içeriği</PageDisplayName> 
      <ParentId>1</ParentId> 
    </Menu> 
    <Menu> 
      <PageID>55</PageID> 
      <PageDisplayName>ğpoı222</PageDisplayName> 
      <ParentId>1</ParentId> 
    </Menu> 
  </Menu> 
<Pages> 

i want to bind this xml file to editors custom links dropdown. i need recusively function like in this page... clickhere
please helpp..

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 02 Dec 2009, 09:27 AM
Hi OnuR,

You can see how to programmatically add custom links in the dropdown in this help article: Custom Links.
The following example also applies to RadEditor for ASP.NET AJAX: FillCustomLinksFromSiteMap_WebUI.zip

Best wishes,
Rumen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Editor
Asked by
OnuR
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or