dankhan
27 Sep 2010, 3:02 AM
I'm new to extjs/Sencha and am really struggling to get a good high-level view of where to get started with creating my own layouts. The examples and tutorial are a good start for building an overall app, but don't really show how you'd position multiple elements on the page to build a composite layout - I know this is probably one of the main differences in Ext over JQTouch or just plain HTML/CSS, but I can't find many resources to help get started specifically for Sencha Touch.
I'm trying to create a view that has three sections, I can do the first two, but not the last - maybe I'm not understanding layouts enough yet!
Here's what I'm trying to do in my view:
1. Toolbar along top with back/forward buttons - I can do this
2. Main HTML content panel under toolbar - I can manage this one
3. A fixed panel at bottom 3rd of screen with two buttons - 1 shows a popup window with close button when clicked - the other loads a new form-based view when clicked.
How do I create a panel for the bottom buttons and how would I load up the popup/new view onclick?
Thanks in advance
I'm trying to create a view that has three sections, I can do the first two, but not the last - maybe I'm not understanding layouts enough yet!
Here's what I'm trying to do in my view:
1. Toolbar along top with back/forward buttons - I can do this
2. Main HTML content panel under toolbar - I can manage this one
3. A fixed panel at bottom 3rd of screen with two buttons - 1 shows a popup window with close button when clicked - the other loads a new form-based view when clicked.
How do I create a panel for the bottom buttons and how would I load up the popup/new view onclick?
Thanks in advance