The tabcontainer tag has no wiki summary.
0
votes
1answer
1k views
dijit.layout.TabContainer
Having problems getting a dijit.layout.tabContainer to display.
I add it programmatically, add a contentPane and all appears well in the DOM.
No JS errors or warnings and I can see the controls ...
1
vote
1answer
1k views
Linking to a specific tab / contentpane with Dojo
I want to navigate from a link on a html site to another where a TabContainer with two different tabs is located.
I have one tab selected by default (which I want to keep) in the destination html ...
1
vote
1answer
780 views
Ajax Control Toolkit TabContainer shows more than one Tab when at least one tab is hidden
I'm having a problem with the AjaxControlToolkit TabContainer Control.
I apologize in advance for not submitting any code, but since the code is company property, i have no authority to post it ...
2
votes
2answers
321 views
Positioning tabs in TabContainer
I'm working with ajaxtoolkit:TabContainer.
I need to add two tabs (which i can do) but i need one of the tab headers in the far left and the other in the far right.
I've been playing with CSS ...
0
votes
2answers
494 views
Ajax TabContainerTabPanels Break postbacks
Hey guys check this out ...
<asp:TabContainer ID="jkhgjkgh" runat="server">
<asp:TabPanel ID="jkkljhgh" runat="server" HeaderText="sdkl;fgjl;kgjdf">
<ContentTemplate>
...
1
vote
1answer
580 views
Button, UpdatePanel and MasterPage
I have asp.net application and a TabContainer from AjaxControlToolkit on a form. There are 4 tabs, each containing UpdatePanel, hidden button and some custom .ascx (each with it's own javascript ...
1
vote
1answer
383 views
Is it possible to hide the Tab Strip on an ajax TabContainer?
Suppose I have an ajax TabContainer with two tabs. Due to certain buisness logic, we might set one of the tabs to Visible = false.
In this scenario, is it possible to hide the TabStrip at the top, ...
3
votes
6answers
5k views
ASP.NET - Ajax Control Toolkit - TabContainer always hidden
I used the following code to add TabContainer to page
<asp:TabContainer ID="TabContainer1" runat="server">
<asp:TabPanel runat="server" HeaderText="tab one" ID="TabPanel0">
...
1
vote
1answer
476 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
702 views
ValidatorCalloutExtender containing TabContainer/TabPanels?
I have a TabContainer with three pages of input fields. For each TabPanel there's a set of ValidatorCalloutExtenders (one for every validator on the panel).
When I validate the page the validation ...
0
votes
1answer
2k views
set tab pages on left side of tab continer in asp.net 4.0
I want to ask you about tab containers. Is there any way to set tab pages vertically on left side of tab container. some kind of vertical tab...
Example
tabheader
tabheader (active tab) --- ...
0
votes
1answer
731 views
ajaxtoolkit postback problem
i am working on a project.but i have a problem.basically,i am using ajaxtoolkit tabcontainer.assume that i have 2 tabs which i created.let's call them tab1,tab2.in tab1 there is a button and ...
1
vote
1answer
678 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 ...
0
votes
1answer
515 views
I have a dojo tabcontainer that has two tabs, each tab (ie contentPane) has a title, how do I make the title bold?
I have a Dojo TabContainer that has two tabs, each tab (ie ContentPane) has a title, how do I make the title bold?
2
votes
1answer
305 views
AjaxControl Tool kit TabContainer visibility issues
I am developing the website in .NET 3.5, VS 2008.
I have a AjaxControlToolkit TabContainer control within Tabpanels I have many usercontrols and inside usercontrol I have my thrid paty Spell Check ...
0
votes
2answers
2k views
ASP.NET Maintaining ActiveTabIndex on Postback within TabContainer
This probably has been asked many times before but I was wondering how to maintain the ActiveTabIndex of an AjaxControlToolKit TabContainer.
The only way I can think of achieving such a thing is to ...
2
votes
1answer
1k views
How do I stop dijit.layout.TabContainer from switching tabs, based on the state of the data in the tab?
I know how to disable tabs, etc.
This is about preventing an onclick event from switching to an active tab, if the user hasn't met a condition.
Is there a function that I can connect to that will ...
0
votes
2answers
1k views
TabContainer Problems
Having a strange issue with the TabContainer in the AJAX Toolkit.
We have several views into a customer record system that we have built as ASP.net controls. These controls use UpdatePanels to load ...
1
vote
4answers
282 views
asp.net ajax container takes eons to load
I'm using 2 asp.net ajax tab container for a mostly intranet used asp.net application in a single screen.
Thing is, eventually it might have to be accesed through internet and it's taking 15-17 ...
1
vote
1answer
563 views
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 ...
0
votes
1answer
3k views
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 ...
0
votes
1answer
1k views
Ajax Control Toolkit custom Tab extender to close tabs client-side
I'm attempting to write an AJAX control extender that can modify an AJAX Control Toolkit TabPanel so that the TabPanel's header has an image after the text that, when clicked, hides the tab header ...
0
votes
2answers
2k views
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 ...
0
votes
1answer
1k views
How to disable the page refresh due to activeTabChange of TabContainer inside UpdatePanel?
Hi
I am using AJAX TabContainer control with following settings. When I change a tab the postback happens and whole page refreshes. Because AutoPostBack="true"> . To AJAxify the behavior, I added ...
0
votes
1answer
462 views
CascadingDropDown in TabContainer and Target in other Tab
I have divised a page with a TabContainer.
Before, this page worked with a CascadingDropDown that populate a DropDownList.
Now this DropDownList is in another tab. So I catch an exception "Object ...
1
vote
1answer
2k views
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 ...
0
votes
1answer
605 views
How to use ajax tabcontainer in formview?
How to add a tabcontainer in a formview template? I am sure i have a scriptmanager inside the page. but it keep compliaint "A ScriptManager is required on page to use ASP.NET AJAX Script Components. I ...
1
vote
2answers
2k views
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)
...
3
votes
2answers
1k views
Tab container - Button event is not firing
In tab container let say I have two tabs [Tab1 & Tab2]
Tab1 has 2 text box with required field validator
Tab2 has 3 text box with required field validator
Now even if I am filling all the text ...
0
votes
1answer
881 views
Best approach for a multi-tab ASP.NET AJAX control?
Looking for some implementation advice:
I have a page that has a 3-tab ajaxToolkit:TabContainer. The purpose of the page is to expose a calculator that has two basic inputs: geo-location and date. ...
1
vote
1answer
835 views
Reference control from asp.net form inside AJAX tabcontainer
Ho do you reference code inside an AJAX tabcontainer? Is there an easy way?
I am using a datepicker script and I am having trouble referencing the calendar inside an AJAX tabcontainer.
This gives ...
2
votes
1answer
276 views
Ajax TabContainer causing browser to close automatically
I am trying to fix an issue. I have an ASP.NET Ajax's TabContainer on the page. And each tab there is a gridview control that gets binded onload. However for some reason the browser gets closed ...
0
votes
2answers
2k views
Visual studio 2010 ajax control toolkit tab container
We just upgraded to visual studio 2010 RC1 and all of a sudden our controls inside tabcontainer disappeared from the designer file.
Actually, it all seemed good in the beginning, the project compiled ...
1
vote
2answers
2k views
Databinding and dynamic TabPanel creation
My current task is an ASP.NET page to display the contents of a data object. One of that object's properties is a list of named lists. For opacity's sake let's call it a Company, which has a list of ...
0
votes
1answer
279 views
How can I link to a specific tab created with Dojo/Zend Combination
I have the following html / Javascript:
http://pastie.org/782618
And the following Zend PHP Code for the tabs:
http://pastie.org/782620
I would like to link to the Second Tab (Event Information2). ...
0
votes
1answer
568 views
DIJIT TabContainer display problems in IE7
I am having an issue with a tabcontainer displaying tabs vertically, rather than horizontally in IE7. Firefox 3.5 is fine.
My setup is as follows:
Tab container contains 5 tabs.
Tab container has ...
0
votes
0answers
226 views
Tabs of a tabcontainer on one line?
A tabcontainer is holding many tabs. Is it possible to have only one line of tabs, and a scrollbutton left and right, rather than the default behaviour of having multiple lines of tabs ?
2
votes
2answers
648 views
Tabcontainer behaves different from browser to browser
The following code works on IE8, Safari 4.0.2 - but generates an empty page on Firefox 3.5.5. Any idea ?
<html>
<head>
<link rel="stylesheet" type="text/css" ...
1
vote
4answers
727 views
Calling multiple javascript functions on event
I'm using the ajaxcontroltoolkit and trying to call a couple of functions on a tab changed event.
I want to call more than one js function from my OnClientActiveTabChanged function but keep getting ...
0
votes
1answer
2k views
Dijit TabContainer tabs missing, serif fonts, all containers visible
I have a small project I am doing, and am using Dojo for it. At the moment I can't get everything to load properly. I am trying to use the Tundra theme.
Essentially, the issue is that the ...
2
votes
8answers
23k views
How do I dynamically show and hide an entire TabContainer using DOJO?
DOJO seems to have some quirks here. I specifically need to have the TabContainer hidden when the page loads, but then become visible after the user clicks a button. The first thing I tried is setting ...
1
vote
1answer
2k views
Dojo TabContainer with styling in Internet Explorer
The following works in firefox:
< div style="position:absolute;top:0px;margin-top:60px;bottom:0px;width:100%">
< div id="mainTabContainer" dojoType="dijit.layout.TabContainer" ...
0
votes
1answer
2k 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
1answer
3k views
Asp.net AjaxToolkit TabContainter Active Tab changed - previous tab
Is there any way I can find what the previous active was when the active tab changed event is fired?
4
votes
2answers
11k views
How do I specify the selected tab with dijit.layout.TabContainer?
How do you specify the selected tab at startup?
How do you programmatically select tabs?
1
vote
1answer
8k views
Setting Selected Style in AJAX Control Toolkit - TabContainer
I am using a tabContainer in my page, and I have set the HeaderTemplete - e.g:
<cc1:TabContainer ID="TabContainer1" runat="server" CssClass="tab">
<cc1:TabPanel ID="ListView" ...
2
votes
1answer
4k views
AJAX Tabcontainer inside formview not inserting values
I have a TabContainer inside a data bound FormView (to present the information by category ex: Client Bio data, health history, financial details...). The Update and Insert of the formView doesn't ...
0
votes
3answers
1k views
Confirmation on switching between tabs
I have two tabitems. User will enter some data and save it on the first tab. The second tab lists the saved data. What I need is when the user select the second tab before saving data in first tab a ...
3
votes
2answers
25k views
Setting active tab in ASP.NET Ajax TabContainer causes entire container to disappear
I have an ASP.NET page that uses the ASP.NET Ajax Control Toolkit TabContainer. In the Page_Load event, I am hiding some of the tabs based on the data given to the page. I then want to make one of the ...
1
vote
1answer
1k views
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(), ...
