Tagged Questions

0
votes
2answers
175 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, …
0
votes
1answer
291 views

Ajax Control Toolkit - Use client-side button to activate tab

I'm using the TabContainer/TabPanel components of the Ajax Control Toolkit. I'd like to hide the tabs themselves and use a button elsewhere on the page to activate (bring to the front) one of the …
0
votes
2answers
778 views

GWT: Creating a scrollable FlexTable in a full-screen TabPanel

I'd like to create a TabPanel that occupies the entire browser client area, and inside that put a FlexTable that scrolls if necessary. However, I'm having trouble acheiving this. I've tried: public …
0
votes
1answer
843 views

Using RichFaces jquery to add another class to a tab

Hello! I have a rich:tabPanel with several tabs in it. I want to use jquery to record changes on each tab so that when a change is made within a tab I change the background image of the tab. It …
0
votes
1answer
463 views

How to disable tabbing in a tab panel in gwt

I have a tab panel in the gwt. I want allow the user to select the tab only by mouse. For this one I have disable the tabindex for all the tab in my tabpanle. I tried with this code: …
0
votes
0answers
325 views

Ajax ToolKit Tabpanel Error

I´m working with visual studio 2005 and ajaxtoolkit 2.0 . I´m using ajaxtoolkit Tabpanel control in a webpage. I have one Tab for adding data, and i built dymanically other Tabs for loading data (DB) …
1
vote
1answer
791 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 …