Questions tagged [tabcontainer]

205 questions
1
vote
1 answer

How do you use WatiN to click on an Ajax toolkit TabContainer header?

I have an ajax toolkit TabContainer control on my page with a couple tabs. In my test, I would like to switch between the tabs. I've tried _ie.Span("tabHeaderID").Click(), .MouseDown(), .FireEvent("onclick"). I've tried these same methods on the…
Randy Klingelheber
  • 947
  • 2
  • 9
  • 16
1
vote
1 answer

Make dijit TabContainer tabs same size and evenly stretch them to the size of the tab container

Can you please tell me how to make the tabs same size and evenly stretch them to the size of the TabContainer? Picture below shows the size of the tabs are different and they are left aligned. But i want to them to be same size which should be 1/3…
Alex W.
  • 546
  • 1
  • 7
  • 22
1
vote
0 answers

get width of a dynamic tabpanel's header span of ajax tabcontainer in javascript

I am debugging asp.net web page to make it look like Internet Explorer IE11 where closing the last tab will bring the close button of the previous tab to the mouse position. My tabcontainer has tabs with spans in it. I tried this one: var i=1;var…
novice in DotNet
  • 771
  • 1
  • 9
  • 21
1
vote
1 answer

What is the best way to include content within an AJAX TabContainer?

I didn't want to have a ton of code on one page, but to keep the code modular and simple. So in my TabContainer I have the following where each tab refers to a web page and my code is inside each web page. My TabContainer itself is inside the…
Larry
  • 11
  • 3
1
vote
0 answers

how to dojo tabcontainer in multi dataGrid

I would like to add two tables to TabContainer. Current state has been like this. I made two layouts in one of TabContainer added to the structure in Datagrid but not well. Is there a way?enter image description here
BingBingPa
  • 21
  • 4
1
vote
1 answer

AJAXControlToolkit TabContainer - bug in dynamically adding/removing tabs?

I am using AjaxControlToolkit version 4.1.40412.0, .NET 4.0, VS2010 Using the TabContainer control I want to add/remove tabs dynamically, but it looks like all of my dynamic changes are not persistent. Here is my scenario: I start with a…
Plamen Kouzov
  • 41
  • 1
  • 8
1
vote
1 answer

Add a Css Class to Ajax Tab Container In C#

I have a ajax tab container which I created dynamically in C#. I would like to know how to add a Css class to this ajax tab container in C#. This is my codes: public void tabContainer() { //Create new TabContainer …
Felicia Soh
  • 815
  • 3
  • 18
  • 32
1
vote
3 answers

AJAX TabContainer not showing up in IE

I'm using AJAX Control Toolkit v15.1, asp.net v4.5.1 vs.net 2012 VB code. Everything is up-to-date. I'm using the tabcontainer tool from the AJAX toolkit. And when I run my web app in localhost mode, everything works fine in Chrome and IE. I…
John Waclawski
  • 936
  • 1
  • 11
  • 20
1
vote
2 answers

Remembering active tab on refresh of ASPX page

I've got an ASPX page set up that loads and displays dynamic data from a local SQLite database. Since the data is being written to the database from a separate C# application, I've set up my ASPX page to refresh every 30 seconds when the database…
sohum
  • 3,207
  • 2
  • 39
  • 63
1
vote
1 answer

dojo tabContainer - how to get tab id under right-mouse click popup menu for tab not in focus

I'm a dojo newbie and I'm modifying an existing application for my customer and adding an extra options to the popup menu....'Close all', and 'Close other tabs'. There already exists 'Close'. Adding the extra menu items were fairly…
1
vote
1 answer

ASP.Net - AJAX Control Toolkit - Dynamically Add and Remove Tabs

I'm working on a project, converting a javascript based website into an ASP.Net and C# based website. I have several instances of hard coded AJAX Control Toolkit Tabs. I have to on page load, and on button click, add and remove tabs to these tab…
Duncan McKirdy
  • 141
  • 1
  • 12
1
vote
1 answer

AJAX TabContainer containing user controls

Wondering if someone here can help. I have an AJAX tabcontainer which has a number of tabs and each tab contains a user control. When I add a new item from one of the tabs, it is not reflected in the user control in another tab unless a postback…
Ali
  • 73
  • 1
  • 2
  • 8
1
vote
2 answers

How to add swiping gesture on fragment TAbHost

I want to change tab by swiping on the screen i am creating tabs using fragment tabhost but when i implement swiping feature in my project it doesn't open nested fragment in each tab means i am opening nested child fragment inside each tab. Please…
1
vote
2 answers

PagerSlidingTabStrip- how to right to left tab

I am using PagerSlidingTabStrip library to make my tabs . I can't swap it right to left. I've searched and the solution was to add tabsContainer.setGravity(Gravity.RIGHT); but it didn't work for me . I changed the library code to this but it…
user3718930
  • 381
  • 1
  • 8
  • 19
1
vote
3 answers

How to open a form in a determined tab? vb .net

I have a form with a tabcontrol and 4 tabs. I want to open a form with showdialog in a predetermined tab. I've tried OptionsForm.OPTS_TabControl1.SelectTab(1) OptionsForm.OPTS_TabControl1.ShowDialog() but it didn't work. Any help? thanks
Ellome
  • 43
  • 1
  • 5