Categories | Question details Back To List | ||
I am using context menu on my page with the Grid. But
I don’t want images to be displayed on the context menu... I am using context menu on my page with the Grid. But I don’t want images to be displayed on the context menu. So my question is how to disable images on context menu? Answer posted on Mar 05, 2007 09:57 The context menu can be widely configured. Please check dhtmlxMenu documentation. You can use "withoutImages" attribute in menu XML to disable images, same as in next example: <?xml version='1.0' ?> <menu mode="classic"
maxItems="12" name="Demo Menu" withoutImages="yes"
> Answer posted by radyno (Support) on Nov 28, 2014 18:03 To find more precise comments upon this issue, we can offer you read about web treeview and mobile support website. |