iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
How do I have more than three menu links.
I have created more then 3 levels of links but the Arrow showing their is another level on the third level does not show up?
Here is the XML DataSource Sample. The arrow does not show up on <leaf Name="On Your Side">
Any Suggesttions.
<root id="1" Name="Why Join?"> <parent Name="Top Reasons to Join"> <leaf Name="Discounts" /> <leaf Name="Highways Magazine" /> <leaf Name="Tech Tips and Advice" /> <leaf Name="Standby Sams Support" /> <leaf Name="CyberSam eNewsletter" /> <leaf Name="Product Testing" /> <leaf Name="Events and Tours" /> <leaf Name="Chapters" /> <leaf Name="On Your Side"> <leaf2 Name="Action Line Consumer" /> <leaf2 Name="Advocacy" /> <leaf2 Name="Owners Advisory Council" /> <leaf2 Name="Parking Rights" /> <leaf2 Name="SamAlert" /> <leaf2 Name="Legislative Info" /> </leaf> </parent>
Hi,
Please try the given code below. Rather than use the leaf2 node use the leaf instead inside the parent leaf node.
<root id="1" Name="Why Join?"> <parent Name="Top Reasons to Join"> <leaf Name="Discounts" /> <leaf Name="Highways Magazine" /> <leaf Name="Tech Tips and Advice" /> <leaf Name="Standby Sams Support" /> <leaf Name="CyberSam eNewsletter" /> <leaf Name="Product Testing" /> <leaf Name="Events and Tours" /> <leaf Name="Chapters" /> <leaf Name="On Your Side"> <leaf Name="Action Line Consumer" /> <leaf Name="Advocacy" /> <leaf Name="Owners Advisory Council" /> <leaf Name="Parking Rights" /> <leaf Name="SamAlert" /> <leaf Name="Legislative Info" /> </leaf> </parent></root>
Hope this helps.
Regards,
Niven
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname