In ExtJs4 Layout Examples how do they switch right panel content when user clicks on menu items? Are there any examples with code samples?
I want exactly the same feature.
In ExtJs4 Layout Examples how do they switch right panel content when user clicks
Share
They create content panel with layout ‘cards’, add all examples as individual panels in to it, and then make them visible when you click through them. Check the source code – it’s pretty obvious.