Hi All,
Below is the most inner part of the HTML produced by WebMenu for an Item: (I found at:
http://samples.infragistics.com/2008.3/WebFeatureBrowser/Default.aspx (In webmenu section click on Client Side Events)
<tr>
<td width='6px' ></td>
<td igtxt='1' align='left'> <nobr>Headlines</nobr> </td>
<td width="15"><img align="right" src="url to image"> </td>
</tr>
As you can see this menu item has the image on the right of the item.
My Question is How do you control this last TD in the above example.
I know the first TD is bound to the <Images><XPSpacerImage> property of the webmenu
And the Second TD is bound to the Text property of the <ignav: item>
So who knows how we can control the content of the last td. (in which Infragistics has put an image in there samples site)
Thanks
Hi,
I would have expected more people to have this problem because using an image to indicate a submenu is a common practice.
Any how it looks like when you add property: WebMenuTarget="VerticalMenu" to the menu then these images start apearing automaticaly (from the infragistics webresources)
The question still remains can we manipulate these items and set our own image (and of course manipulate that table cell the image is in)
Is there anyone arround who knows the answer to the above question?