Is it possible to set the ignoretheme attribute or any other attributes when loading through an array? I am writing a web app which has a lot of dynamically generated pieces, and I need to be able to create and destroy menus within the client side. I figured the best and most flexible way to do this was to use the Array loading method, but I have some issues that I haven’t been able to find workarounds for. Here’s what I am trying to find work-arounds to do:
1. Load a menu through an Array and adjust the size of the sub-menu (some of the sub-menu items are larger and need more space than the default width gives them).
2. Add a text input into the top-level of a menu, much like the one in the demos, except being loaded through an array.
Is there a list anywhere of all of the options that can be loaded through the array method? Is there anything besides html, id, and items?
Thanks.
Jon