-
14 Dec 2011 7:13 AM #1
Button to the bottom of a Panel
Button to the bottom of a Panel
Hi everyone,
I have button in a panel and I would like this button to be at the bottom of the panel.
Does anyone know how to do this.
Thanks
-
14 Dec 2011 7:31 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,710
- Vote Rating
- 436
Need a little more info than that... do you want it docked to the bottom? Do you want it to be at the very buttom of a scrollable panel that could be off screen depending on where the panel is scrolled? Do you want an item above the button that is scrollable but the button be at the bottom of the panel but visible at all times?
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
14 Dec 2011 7:40 AM #3
Sorry for the lack of information.
This is not a scrollable panel and it contains a textfield, a select and a text area at the top. Then, I would like my button to be fixed at the button but not docked. Like below :
Code:items: [ this.titleField, this.groupSelect, this.contentField, this.photoBtn ]


Reply With Quote