Categories | Question details Back To List | ||
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(); |