Is there a way with the menu to add custom attributes to each menu item. To give you some background, we are overriding the onclick event on each menu item so that we can control what type of window opens and the size of said window. But we add those attributes to each menuItem so that we can grab the attribute and use it
As an example on our 'old' menu:
<div id="menuItem" windowType="thisWindow" windowHeight="300" windowWidth="400">
Is there a way to add the 'windowType', windowHeight & windowWidth to each menuItem?
Thanks for your help!