Tagged Questions
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.
6
votes
1answer
1k views
extjs 4 rendering tooltip on grid on tabpanel
i am working with Extjs 4 & using Designer 1.2.0
i am facing problems with grid's renderer function that i am using to display tooltip. The grid is placed in tab panel. Everything works fine for ...
4
votes
4answers
2k views
Dock Panel component for .NET that allows docking inside tab-pages?
I want to build a user-interface that, for historical reasons, has a lot of "columns" of information. Many of these aren't relevant for all users in all cases, so I thought I'd look at dock panels to ...
3
votes
2answers
2k views
WPF Styles for TabControl / TabPanel / TabItem
Here's a newbie question on the WPF TabControl, TabItem and TabPanel. There is a related question on StackOVF with an answer I happily used in my app. Here's a link to the answer, and the code snippet ...
2
votes
1answer
994 views
Sencha Touch: Ext.Map within TabPanel
I'm quite new to sencha touch. The goal is to create an app, which has a TabPanel containing four Tabs, one of them should be a map (the others are a NestedList and two Panels working like a charm). ...
2
votes
1answer
1k views
Sencha Touch TabBar add button on the left side of tabs
I was working through some sencha touch tutorials and i can't figure out how to add a button to the left of tabs in TabPanel view. By default a button is added to the right of tabs. I have tried ...
1
vote
3answers
48 views
How to Create a Dockable Tab like IE9 or chrome
i want to implement a UI look like IE9 or chrome.
i like the dockable tab,it can be dragged out into a new window.
and the window can also be put into as a tab.
is anyone can give me an idea how to ...
1
vote
1answer
133 views
extjs Tab content won't display
In the code below, if I set the activeTab to 0, the contents of /viewer/welcome show up as expected. If I set activeTab to 1 (like below), the second tab is activated on load, but when I click on the ...
1
vote
1answer
288 views
dynamically add jquery tab in view
I am very new to MVC and jQuery and I have a problem adding a new tab to a jQuery tab panel.
I have a ASP.NET MVC3 View that contains two partial views. The first one is a search form and the second ...
1
vote
1answer
196 views
How to align elements inside a tabPanel in Sencha touch
I have this simple tabBar inside a TabPanel:
MyApp.views.Viewport = Ext.extend(Ext.TabPanel, {
fullscreen: true,
tabBar: {
dock: 'bottom',
layout: {
type: 'hbox',
...
1
vote
1answer
672 views
Extjs 4 Designer 1.2 Tab Panel
I am working with ExtJs 4.0 ( Ext Designer 1.2.0).
I have a panel with card layout which contains a button(add tab btn) and a tab panel. Each tab contains a separate toolbar with button. Add tab btn ...
1
vote
3answers
812 views
Change the Height of an ExtJS 4 Tab
Context: I'm writing an ExtJS application to help volunteers manage a camp database. Containing emergency information, dietary requirements and cabin allocation. I want it to be user-friendly so ...
1
vote
1answer
485 views
GridPanel as item of tabPanel
I'm having trouble knowing if I syntactically have this setup right. From another thread, I understand to add the GridPanel to the tabBar items, which I do so below. In my App.js, I define a grid ...
1
vote
2answers
734 views
ExtJS AJAX TabPanel tab load event?
Is there any way to add an event listener to the load/update event of a ajax based tabpanel in ExtJS v3.3.1? I need an event that fires after the tab content is retrieved and fully rendered, not right ...
1
vote
1answer
490 views
Sencha Touch TabPanel in a TabPanel
I have a main tabpanel to navigate trougth the all page, and in one of this page a have another tabpanel with 3 taps, the problem is when i want to Active a Item the second tab from the controler.
...
1
vote
1answer
402 views
How to cancel tab panel switch in RichFaces 3.3.x
I need to do some basic validation on a form. The form data is broken up among 5 tabs, and the user should be able to submit the form from any tab. So far so good. If the user hasn't filled in a ...
1
vote
2answers
916 views
ExtJS 3.2.0, hide tabpanel's header
PLs tell me how i can hide header of tabpanel "..." if my tabpanel have only one tab?
I can't use Ext.Panel becose I use fairly sophisticated methods for generating extjs code on the server, and ...
1
vote
1answer
252 views
Conditionally Display TabPanels?
Just wondering if this is possible or not:
Say I've got a TabContainer with 2 panels in there. In most situations, I'd want the user to have the ability to select which tab to view.
Now, in a ...
1
vote
1answer
405 views
Ajax TabContainer Master Page Load Issue
While using Ajax TabContainer control with master page, I'm running into an issue where just the tab having ActiveTabIndex value set gets loaded with the content page, but the pages on the other tab ...
1
vote
1answer
762 views
Switch a4j (richfaces) tabPanel programmatically with Javascript
When I click a commandButton, I would like to execute some js to switch the current tab panel to another tab panel. My tabPanel is switchType="client".
1
vote
1answer
1k views
Ext.NET (Coolite) Dynamically created listener of Tabs in a Tabpanel doesn't find the ID of the HTMLEditor (object is undefined)
I created a TabPanel on my aspx file. In my code behind, I dynamically create: the tabs inside it and also an HtmlEditor in each Tab. I also create a listener on each tab, so that when they get ...
1
vote
1answer
631 views
ExtJS Tabpanel and JSON data not loading?
I am using a tabpanel with two panels, where I am retrieving data through JSON. Retrieving data in the first tabpanel seems to work great, however, I can't parse the data retrieved from the JSON in ...
1
vote
1answer
900 views
WPF: Changing the layout of Tabs in TabPanel
Instead of at the top I wan't my tabs on the left side. I changed the template for the the TabControl so that the TabPanel would appear in first column and the second column would host the content.
...
1
vote
2answers
869 views
Problem with GWT TabPanel and Google Maps
Working with Google Web Toolkit (with Google Maps Extension) I got a little problem:
I want to insert a Google Map into a TabLayoutPanel. Without that TabLayoutPanel everything worked fine. But as ...
1
vote
1answer
870 views
ExtJS TabPanel content does not shrink in IE6
I'm using ExtJS 3.2 and have content inside of a tab panel, and the tab panel inside of a container in a Viewport. The actual TabPanel resizes correctly on the viewport size changes, but the content ...
1
vote
2answers
622 views
controling the tabs of the tabs bar in gwt
sorry for stupid question i am new to UI in general and gwt specifically
how can i control the tabs width
when using tabs panel in gwt? how
how can i know what css attributes
each widget has? i ...
1
vote
3answers
9k views
Extjs gridpanel doesn't expand horizontally within a tabPanel
Each of my 3 Extjs gridpanels do not expand horizontally within a tabPanel.
The each grid's properties:
id: grid_id,
ds: ds,
cm: cm,
loadMask: true,
view: grouping_view,
...
1
vote
1answer
2k views
< ajaxToolkit:TabPanel - would like to set “focus” on a different tab
i have a < ajaxToolkit:TabPanel
initially when the page loads, the first tab is "open" ("focused on")
can i do something (preferably server side) so my second tab would be the "default" selected ...
0
votes
1answer
17 views
How to add an item to a TabPanel in a Panel with Sencha Touch 1?
I have the following code, which generates a basic layout for my app:
tabpanel = new Ext.TabPanel({
fullscreen: false,
ui : 'dark',
sortable : false,
tabBarDock: 'bottom',
...
0
votes
2answers
101 views
Extjs4 tabpanel, disable all child item withuot looping them
is there are any way to disable all child items on Extjs4 tab panel, without looping them.
my code:
var myPanel = new Ext.TabPanel({
region: 'east',
title: 'my panel title',
width: 200,
...
0
votes
1answer
62 views
reRender Tab Labels dynamically - RichFaces
I am using RichFaces. One of <rich:modalPanel> has <rich:tabPanel> with 5 tabs
each tab has label which comes dynamically from properties file. Now this tab has extended data table. When I ...
0
votes
1answer
70 views
Rich TabPanel's getters invoked when tab content not rendered
I have a question about RichFace's (3.3.3) TabPanel. I have worked on two projects that have used the TabPanel. On each project, I have noticed that components that are on tabs that are not visible ...
0
votes
1answer
23 views
How to use DialogBoxes in a TabPanel in GWT
i use the GWT TabPanel and want to use a DialogBox in one of these tabs. I think the DialogBox is added to the RootPanel because i see the box in every Tab.
Is there a option to see the box only in ...
0
votes
1answer
87 views
How to add Popover UI Element in Sencha
I have a TabPanel docked at the bottom of the application. It has several tabs. Instead of opening a new Panel for the Settings Tab, I wanted to add a popover list. On clicking any of the items in the ...
0
votes
1answer
87 views
TabPanel header text is blue
I just updated from ASP.NET Ajax 1.0 to 4, and now the HeaderText in all my TabPanels is blue. I tried setting the ForeColor and the Color properties, but no luck.
How do I change my HeaderText back ...
0
votes
0answers
83 views
Cant get tabPanel working properly in sencha touch?
i'm a newbie to sencha touch, and i've been facing problems using the tabPanel component.
I want to be able to change the page panel when i click/tap on one of the tabs. Not sure,if i'm doing it ...
0
votes
1answer
32 views
re-sizing the items inside tab panel (Tab control)
I want to set my tab headers to fit exactly depending on the number of tabs inside my control
so if I have 1 tab item it will expand to the whole width of the control;
if I have 2 tab items each is ...
0
votes
1answer
26 views
how to create a own style for one tabBarItem?
i want to create my own .gwt-TabBarItem-style for a specific tab in the tabPanel. But i don't know how there to set the style.
Does someone have a idea?
greetz
0
votes
2answers
223 views
ExtJS4 - Extending Ext.tab.Panel to prevent setting of height values
I am migrating an application from ExtJS 3.x to v4 and have been having some troubles with the TabPanel's now that the "autoHeight" property has been removed. I know that if you do not explicitly ...
0
votes
1answer
53 views
Nest a datalist inside a tabpanel
I am trying to nest a datalist(twitter) inside a tabpanel in sencha touch, but it doesn't load when i add this in. Not sure whats preventing it from loading.I am sure this is possible though. ANy help ...
0
votes
2answers
70 views
CSS for Tab Panel
I want to have Tab panel like this picture
I want to implement the same on ASP.NET tab panel. However, if I get the CSS I would make it compatible to ASP.NET tab.
Can anyone please guide me how to ...
0
votes
2answers
112 views
Sencha Touch issue - connecting a list to other list
I wish to call a list from a list.
I do not want to use a nested list cause my data size is just too big.
How can I call, onItemDisclosure, a new list/card/panel? How does it working?
Thank you.
0
votes
1answer
175 views
Creating an “auto height” TabPanel in ExtJS 4 that is rendered to non-extjs HTML?
This was pretty easy to do in 3.x, simply by setting the "autoHeight" property of the TabPanel and the same for its children items via the "defaults" config. However it I have yet to seen a way to ...
0
votes
1answer
59 views
Page Resizing Using GWT in IE (Internet Explorer)
Here's my scenario,
On my GWT page I have a TabPanel. When it is populated with data it can become quite long. The browser responds by lengthening the page. This of course causes the brower's ...
0
votes
1answer
167 views
Ajax TabPanels trigger validation for other tabs in ASP.Net 4.0
I have Ajax TabPanel with Tab "Employee List" "Add Employee" "Edit Employee"
On Employee List Tab i use gridview to display list of employee along with link Button to view details of employee on same ...
0
votes
1answer
122 views
how to update or refresh the content of tab panel in sencha touch
i have list of items, while click the particular list item it will show the details of that item.. i have problem, for the first item click it shows the correct result but while click the next item i ...
0
votes
1answer
228 views
How to get child component of an active tab of a tabpanel in extjs4?
I have a simple tabpanel. I want to fetch currently active tab's child components and destroy them and doLayout(). The following code won't work:
...
0
votes
2answers
104 views
Adding non-selectable text tab to Ext.TabPanel?
I'm trying to create a TabPanel that has a text header just beside the tabs. That is, instead of
|Tab1|Tab2|Tab3|Tab4|, I want Text Here |Tab1|Tab2|Tab3|Tab4|
The text shouldn't be selectable as a ...
0
votes
3answers
160 views
Vertical tabs in Flex 4
I would like to have vertical tabs in Flex 4. I have started implementing this by having a vertical list down one side. On list selection I am updating the selection index of a view stack. This gives ...
0
votes
1answer
161 views
Remove tab focus for tabPanel in sencha touch
How do I remove the focus of any tab on a tabPanel in Sencha Touch? I am opening up a different dialog that does not have a tab in the tabPanel, and I want to represent that so that the user doesn't ...
0
votes
1answer
255 views
Sencha Touch: Toolbar inside of TabPanel
I'm new to Sencha Touch and just trying to put a Toolbar inside of a TabPanel.
I do that because the TabPanel will be my main navigation and the Toolbar will provide several content-related ...