search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Context menu and icon

Asked by Jarek
8 years ago.

Hi

Is possible include in context menu icon in left side?

Thanks

Answer posted by Dan Letecky [DayPilot]
8 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 months old and has been closed. Please create a new question if you have anything to add.