Search code examples
extjssencha-touchsencha-touch-2sencha-architect

Push view infront of another one?


Is it possible to push a view over the active view and remove that pushed view when we are done with it? (something like a slide panel?)

I'd prefer doing that to destroying and recreating view all day?


Solution

  • You can use a card layout to define multiple components and display only one of them at a time. Or maybe you're rather looking for a modal container that doesn't completely hide the content beneath it (but prevent to interact with it)?