Developer forum

Forum » Development » XML menus

Reply

Hi,


 


I was trying to find the attribute in XML that would give me the feature "Show text with image" available whenever we assign a graphical navigation to a webpage. I can't seem to find it. Does it even exist or can it be created?


 


//nuno


Replies

 
Reply
nuno wrote:


Hi,




 




I was trying to find the attribute in XML that would give me the feature "Show text with image" available whenever we assign a graphical navigation to a webpage. I can't seem to find it. Does it even exist or can it be created?




 




//nuno




what do you mean by "Show text with Image" ?



there should be a sample navigation.xml file in the Templates/Navigation directory.



Here is a quick example of a menu item.







from that you should be able to construct almost any type of navigation.
 
Reply

Hi Morten,


 


Sorry, i did not translate it correctly. The "include text" feature (visible when you edit a page, in the "Graphical Navigation" - "General" tab) was what I meant. I cannot find it's correspondent attribute in XML.


 


Best Regards,


Nuno

 
Reply
nuno wrote:


Hi Morten,




 




Sorry, i did not translate it correctly. The "include text" feature (visible when you edit a page, in the "Graphical Navigation" - "General" tab) was what I meant. I cannot find it's correspondent attribute in XML.




 




Best Regards,




Nuno




I'd suspect that its the MenuText atrribute:



MenuText="Home" MouseOver="Home" Href="Default.aspx?ID=1" FriendlyHref="Default.aspx?ID=1" Title="" Image="" ImageActive="" ImageMouseOver="" Allowclick="True" ShowInSitemap="False" AbsoluteLevel="1" RelativeLevel="1" Sort="1" LastInLevel="False" InPath="False" ChildCount="0" class="L1" Active="False" />
 
Reply

Hi Morten,


 


From what I was able to find out, that is the page's name. What I was looknig for was an attribute with a boolean value. That way we could know if that checkbox was active or not.


 


Is there a chance to create new page attibutes or request new attributes to be added to XML menu files, or are there any performance issues?


 


Best Regards,


Nuno

 

You must be logged in to post in the forum