Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Ray on May 27, 2009 04:56
open dhtmlx forum
Skinning Contextual Menu

How and where do I skin the context menu that pops up when right clicking?
Answer posted by Alex (support) on May 27, 2009 05:52

hello, 

the skin of  the context menu is set in the second parameter of menu constructor:

menu = new dhtmlXMenuObject(null,"standard");

the corresponding css from dhtmlxMenu/codebase/skins/ should be included.