-
4 Sep 2008 8:42 AM #11
-
4 Sep 2008 8:43 AM #12Sencha - Community Support Team
- Join Date
- Mar 2007
- Location
- Frederick MD, NYC, DC
- Posts
- 16,167
- Vote Rating
- 28
MJ, who wrote that wiki? It's HUGE. No one looking for help is going to sit there for 5 minutes and try to digest all of that text

Jay Garcia @ModusJesus || Modus Create co-founder
Ext JS in Action author
Sencha Touch in Action author
Get in touch for Ext JS & Sencha Touch Touch Training
We are also working on Video-based Sencha Touch training: Check it out here.
-
4 Sep 2008 8:46 AM #13
MJ
API Search || Ext 3: docs-demo-upgrade guide || User Extension Repository
Frequently Asked Questions: FAQs
Tutorial: Grid (php/mysql/json) , Application Design and Structure || Extensions: MetaGrid, MessageWindow
-
4 Sep 2008 8:48 AM #14
MJ
API Search || Ext 3: docs-demo-upgrade guide || User Extension Repository
Frequently Asked Questions: FAQs
Tutorial: Grid (php/mysql/json) , Application Design and Structure || Extensions: MetaGrid, MessageWindow
-
4 Sep 2008 8:51 AM #15Sencha - Community Support Team
- Join Date
- Mar 2007
- Location
- Frederick MD, NYC, DC
- Posts
- 16,167
- Vote Rating
- 28
Agreed - please take into account the language barrier that some folks hit when seeking help.
I'm not touching the wiki page - no time
.
Jay Garcia @ModusJesus || Modus Create co-founder
Ext JS in Action author
Sencha Touch in Action author
Get in touch for Ext JS & Sencha Touch Touch Training
We are also working on Video-based Sencha Touch training: Check it out here.
-
4 Sep 2008 8:51 AM #16
Ok, if I understand you correctly, you are trying to figure out how to specify a url for each tab. There is an example in the demos that illustrates that fairly well I think:
http://extjs.com/deploy/dev/examples/tabs/tabs.html
If you look at that code, the bottom tab panel has two tabs loaded via ajax.MJ
API Search || Ext 3: docs-demo-upgrade guide || User Extension Repository
Frequently Asked Questions: FAQs
Tutorial: Grid (php/mysql/json) , Application Design and Structure || Extensions: MetaGrid, MessageWindow
-
4 Sep 2008 9:00 AM #17Sencha - Community Support Team
- Join Date
- Mar 2007
- Location
- Frederick MD, NYC, DC
- Posts
- 16,167
- Vote Rating
- 28
i *think* the OP wants to build a border layout upon tabclick inside of that tab.

Jay Garcia @ModusJesus || Modus Create co-founder
Ext JS in Action author
Sencha Touch in Action author
Get in touch for Ext JS & Sencha Touch Touch Training
We are also working on Video-based Sencha Touch training: Check it out here.
-
4 Sep 2008 10:14 AM #18
Yes! This is my initial question. I look the wiki, read examples, search forum, googling,... and after post my question in this forum. Sorry. But no one give me a working example with more than one tab.
A promise: when then application will be right I post the example in the wiki.
Thanks in advance for your patience.
v.
-
4 Sep 2008 11:35 AM #19
I'm still not understanding what you want to do enough to make a more educated suggestion.
Will you have a fixed / set number of tabs only? For instance will you always have the same number of N tabs?
How many tabs will you have if already known?
Do you want the content inside each tab to be lazy loaded?
For the purposes of your example, I would think you should leave the tree and grid out for the moment. Just load static random text into your west and center region. That way you just figure out how to get the operation of your application working. Then later start adding in the complexities of widgets inside your tab (grid, tree, etc.).
I'm of the opinion the example I pointed you to dynamic tabs and advanced dynamic tabs would be good base starting points. Once you have that operation working like you want then you pretty much add in your tree/grid code that you have now.MJ
API Search || Ext 3: docs-demo-upgrade guide || User Extension Repository
Frequently Asked Questions: FAQs
Tutorial: Grid (php/mysql/json) , Application Design and Structure || Extensions: MetaGrid, MessageWindow
-
4 Sep 2008 9:53 PM #20
[solved] How to do this
[solved] How to do this
Hi,
I investigated my problem and I have found the mistake.
I set:
I think that a note in http://extjs.com/deploy/dev/examples/tabs/tabs.html will be a great help.Code:deferredRender: false
Thanks to everyone.
v.




Reply With Quote