Hi,
I am currently exploring the CMSListMenu control. I was trying to write a macro expression that will pick up menu item's caption and render it as the ID or name attribute. I need something like the following:
<UL id='Bookings'>
<LI id='New-Booking'>New Booking</LI>
<LI id='My-Itenerary'>My Itenerary</LI>
<LI id='Reports'>Reports</LI>
</UL>
The only documentation that I have been able to find on this is
Using macro expressions in menu itemsBut I couldn't find the actual syntax that would accomplish this. Also, can you please advice on where I should be looking for a comprehensive
list of possible context data (macro) properties for a particular webpart or control.
Thanks in advance,
Sharada