Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
160
Put image in right part of WebMenu
posted

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