Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Thierry Tremblay on Sep 01, 2009 11:00
open dhtmlx forum
attachMenu() skin change

I am attaching a menu as follows:

machineMenu = mainLayout.cells("a").attachMenu();

How do I set the menu skin to something different then the default values which is dhx_blue.

Regards.

Thierry
Answer posted by Alex (support) on Sep 02, 2009 03:56

Hello,

you can try to use setSkin method:

var machineMenu = mainLayout.cells("a").attachMenu();
machineMenu.setSkin(new_skin);