-1

Is it possible to create a tabbed-panel from a store result?

For example, the result of the store has two id's and for each id a tab should be created or the result has five ids then should the panel has 5 taps.

Is that possible and if there an example?

Thanks and Regards hugi

Tarabass
  • 3,132
  • 2
  • 17
  • 35
hugi86
  • 71
  • 2
  • 8

1 Answers1

0

Here is an example i made for you: It's Ext 4.2 but it should work for 3.4 too (fingers crossed): https://fiddle.sencha.com/#fiddle/so8

--- Update ---

Ext 3.4 example: https://fiddle.sencha.com/#fiddle/sr0

Tyr
  • 2,810
  • 1
  • 12
  • 21
  • It was so easy to switch to 3.4 in that fiddle to see that it doesn't work. – Greendrake Aug 25 '15 at 01:53
  • It doesn't work because Ext 3.4 don't know Ext.Application which has nothing to do with the example itself... – Tyr Aug 25 '15 at 14:04
  • Not only because of that, I'm afraid, I tested it beyond removing `Ext.Application`. Your answer would be much better if you 1) Provided it for Ext JS 3 in the first place; 2) Tested it rather than crossing fingers. – Greendrake Aug 25 '15 at 14:13
  • Why you aren't posting the "correct" answer then? Anyways, i've updated the initial post with an Ext 3.4 example. – Tyr Aug 25 '15 at 21:34
  • Hey Tyr, the Example which you had posted in in Ext 3.4 helped me. Thx for your help. Regards, chris – hugi86 Aug 26 '15 at 15:05