Disable menu temporarily

Hi,

Is it possible to disable a dhtmlXMenuObject temporarily?
It should still be visible, but it should not open.

Thanks,
Michael

Hi
You need to iterate all the items (it can be just top-level items)
dhtmlx.com/docs/products/dht … rator.html
and disable them
dhtmlx.com/docs/products/dht … state.html

Works!
Thank you!

You are welcome!