Asked by Jarek
10 years ago.
Hi
Is possible include in context menu icon in left side?
Thanks
Answer posted by Dan Letecky [DayPilot]
10 years ago.
Yes, you can specify the icon using "Image" attribute of <MenuItem> tag:
<daypilot:daypilotmenu id="DayPilotMenu1" runat="server" CssClassPrefix="menu_default" ShowMenuTitle="true">
<DayPilot:MenuItem Text="Delete (CallBack)" Action="Callback" Command="Delete" Image='../Media/linked/menu_delete.png' />
</daypilot:daypilotmenu>
See also:
http://doc.daypilot.org/menu/images/
This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.