-
Menu bar disappearing
I am trying to move from Ext JS 2.0 Beta to Ext JS 3.4 Library. I was under the impression that this should be an easy migration. However, after installing the new library, my menu bar (that was at the top of every page on my site) has disappeared. Any ideas on why this happening and how to fix it?
-
Could be many things... any errors? Inspect the DOM to see if it is actually there just no height or hidden?
-
There are no errors. I will check the DOM...
-
I checked the DOM and it is there. Visible is set to true as well.
-
Did the syntax for declaring a tool bar or menu bar change at all?