Hi, I am very very new to ExtJS, so please bare with me. I want to use the Menu control as a standalone control, but it seems I am not able to add it to the form without attaching it to a toolbar. Is there a way to resolve this problem? Thank you.
There is a .NET built-in menu control. I would like to this menu to show up in the same way.
That doesn't tell us anything. A large number of people here are not .Net developers and have no idea what you're talking about. I am a .Net developer and I don't know what you want. Post screenshots or put your request in context of what the Ext menus provide and maybe someone can provide some direction.
What I want is to hide the toolbar and just show the menu on top of the toolbar. Please see the attached image. "Test" is a menu item, and what's behind it is the toolbar. I want to display the "Test" menu but hide the toolbar.
Initially I thought maybe I could add the "Test" menu control on the form without attaching it to the toolbar, but I figured it may not be possible. Now I'm thinking maybe I could make the toolbar color transparent, but I tried "background: transparent" on the toolbar in a style sheet, which didn't seem to work. I then tried "background-color: White" for testing, which didn't change the toolbar color to white either. Anybody could help me on this? Thanks!