A GUI pattern, a panel that contains one or more tabs within his borders. Tab panel allows user to display multiple pages within one window(panel), easily switching between pages with a single click. Tab panel is a "parent" of a tab.
Questions tagged [tabpanel]
443 questions
0
votes
2 answers
How to refresh a app without quitting to apply localization in Sencha Touch 2
When the use selects a different language in a settings screen, I want the app to re-launch so that the navigation and the content is refreshed-reloaded. I currently am forcing this by handling the show method on each class which is not ideal and…

M Azam
- 518
- 1
- 7
- 28
0
votes
1 answer
Why TabPanel default layout is vertical on Sencha touch 2?
I'm following up Sencha touch tutorial and making simple Tabbar.
But the layout of tabbar is shown as vertical by the way.
I can't change to horizontal anyway.
Is there something wrong what I made?
Tutorial is…

gentlejo
- 2,690
- 4
- 26
- 31
0
votes
0 answers
Google TreeMap withn Sencha Layout
I am facing issues while implementing Google TreeMap within my ExtJS layout browser.
I copied the same google treemap example as html file. And gave the reference of the html within Geographic Spread tab as I did for other tabs. Other tabs are…

Some Java Guy
- 4,992
- 19
- 71
- 108
0
votes
1 answer
Set the activetabindex using javascript in IE
IE is the bane of my existence. Basically, I want to run validation from a button within the tab if the user tries to skip tabs- to prevent them from not filling in data and potentially breaking my database queries.
…

user1585004
- 43
- 7
0
votes
0 answers
error: Ext.fly(node) is null - on grouping grid ONLY
in Extjs4.1.1a, I have a tab panel with grids as content. Each grid has an itemcontextmenu, with actions for items within the grid rows. Some of the grids have content that is "grouped", and when I open a tab with a grouping grid with a right-click…

PaulW
- 39
- 10
0
votes
2 answers
Google Map in TabPanel
Can we use Google map in Tabpanel item in sencha touch .. I am trying this ..
title:'Map',
items:[
{
xtype:'map',
useCurrentLocation:true,
…

Burhan Mughal
- 798
- 2
- 7
- 33
0
votes
1 answer
Sencha Touch 2 - Ext.LoadMask on TabPanel item change
If I want to display the load mask on tab panel between tab change in Sencha Touch 2. What would be the right approach ?
I want to show a loading mask when a tab button get pressed, and hide it as soon as the panel is displayed…

Patrice Cote
- 3,572
- 12
- 43
- 72
0
votes
1 answer
Extjs 4 Popup window vertical scroll-bar not moving in Google chrome
I have a popup window in Extjs viewport layout and with in this popup I have a tab panel. When the tabpanel content too large popup window shows vertical scroll bar but the scroll bar not moving in Google chrome browser. It's working fine in…

siva565
- 499
- 2
- 12
- 25
0
votes
2 answers
EXT JS 4.1 how to display a grid in tabPanel
I am trying to display a grid (object Ext.grid.GridPanel of EXTJS 4.1) in a tabPanel (object Ext.tab.Panel) but I have problems : the grid works perfectly as an independant source code, and the panel works also as an independant source code.
But…

lilpeach
- 25
- 1
- 4
0
votes
3 answers
How to redirect on a particular tab panel in tab container in page load?
I am using Ajax Tabcontainer and Tab panels. There are 4 tabs. Different users can use this application. Based on some condition, I want users to redirect to specific Tabs on page load.
How can we do that ?

Hitesh Gawhade
- 181
- 3
- 7
- 23
0
votes
1 answer
rich:tabPanel does not work with textarea
I think i got a bug of richFaces.
I have a simple page with a tabPanel with switchType='ajax' and 2 (empty) tabs, the first tab only contains a textarea whose value is bound to a bean property and the tabPanel just does not work. Becoming following…

mmoossen
- 1,237
- 3
- 21
- 32
0
votes
1 answer
asp.net upload file in TabPanel
I am trying to upload files from the client to server through asp.net.
The problem is that the fileupload control doesn't work inside an TabPanel.
Basically the file name and postedfiles properties of fileupload are null after submit.
And I can't…

Ike
- 1,194
- 12
- 18
0
votes
2 answers
call class method on onclick of apex:tab visualforce page
I have developed a visualforce page where I have used apex:tab and apex:commandButton. apex:commandButton is in under apex:tab. Now, I am using commandButton for check validation and calling class method. But I want to do same thing on tab click…

Chirayu
- 4,693
- 7
- 28
- 46
0
votes
1 answer
100% height TabPanel in Ext.js (using Sencha Architect)
I'm using Sencha Architect, and have yet to figure out how to get my TabPanel content to take up 100% of the container that the TabPanel lives in.
This is the code I'm using now:
Ext.define('MyApp.view.MyViewport', {
extend:…

S16
- 2,963
- 9
- 40
- 64
0
votes
2 answers
Allow/disallow tab selections for TabPanel in GWT
I have 4 tabs. I want to prevent the user to get (with window.alert example) to another tab as it has not finished filling the current tab. After user finishes filling out all fields, a text will appear (saying he can move to the next tab) inside…

user978504
- 11
- 1