The tag has no wiki summary.

learn more… | top users | synonyms

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?
4
votes
2answers
2k views

How to change Dojo TabContainer behaviour to simply open an external link instead of showing a ContentPane?

I am working with a TabContainer having several different ContentPane children. Each of them is equipped with a href param to fetch external AJAX content shown when a tab is being selected: ...
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"> ...
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 ...
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 ...
3
votes
2answers
393 views

asp:TabContainer not styled after deployment, then just fixes itself?

I have an asp:TabContainer on a form and after the app is re-deployed to the server, the tabs aren't styled. If I take the Webresource.axd URL and try to load it in the browser, I get a redirect to a ...
3
votes
1answer
1k views

enable and disable tab in ajax tabcontainer in button click

I am using ajax tab container in asp.net app, having 2 tabs 1.first tab having gridview , 2. second tab having add new item form. on rowcommand click i am getting all values in second tab, on click of ...
3
votes
2answers
1k views

AjaxToolkit: the last TabContainer on the page is focused on page load

I'm using more than one TabContainer on a page in an ASP.NET project and I noticed a really strange behavior: when the page is loaded the focus jumps to the last TabContainer on the page, causing it ...
3
votes
1answer
543 views

Javascript for when AjaxControlToolkit TabContainer is ready?

I have a page with a TabContainer control (from the Ajax Control Toolkit), and I toggle the visibility of some elements on the page depending on the currently-selected tab. I'd been doing this in an ...
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 ...
2
votes
2answers
4k views

ASP.AJAX TabContainer/TabPanel Customisation

Is it possible to set the position of the tabs to be at the bottom of the tabcontainer using the AjaxToolkit? You do have some control over the CSS but I'm not au-fait enough with CSS to see whether ...
2
votes
3answers
185 views

How do I get the height of a tabcontainer using jQuery or javascript?

I have a tabcontainer within an accordion. If the tab I am on is shorter than the tab I switch to, I have to scroll to see the content on the new tab. I want to be able to "catch" the height of the ...
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 ...
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 ...
2
votes
1answer
503 views

Any idea why my dojo TabContainer is so messed up?

I have a website that has a dojo TabContainer. I've been trying to upgrade the dojo library from 1.2 to the later versions. At 1.5 I've run into a problem. This is what the TabContainer looks like ...
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 ...
2
votes
2answers
649 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" ...
2
votes
3answers
141 views

ajaxToolkit:TabContainer confirm when adding tab

I want my ajaxToolkit:TabContainer to have a tabpanel that allows the user to add another tab. I only want it to postback when they have clicked the "+" tabpanel and no other. I can't seem to stop the ...
2
votes
0answers
256 views

Duplicate IDs rendered in ASP.NET AJAX TabPanel

I have two user controls (.ascx) in which I have an ASP.NET AJAX TabContainer control, each with two or three tabs (TabPanels). I use these controls in around 10 websites. All have worked fine, except ...
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 ...
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 ...
1
vote
3answers
2k views

How to select a tab from TabCointainer (AjaxToolKit)

How can I select a tab programmatically of a TabContainer? and also how can I get the selected Tab?
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 ...
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" ...
1
vote
2answers
841 views

AJAX :: Tabcontainer Doesn't Show Tabs In Properlly?

i am using TabContainer Control of AjaxToolkit for asp.net but when i using it in my project it doesn't shows properly. i googled much but can't find proper solution see below image please help me. ...
1
vote
1answer
315 views

dojo tabContainer title(label)

all I have a tabContainer with tiltes(Label) and what I need to achieve is when a tabbed is clicked I want the color to be changed to red or whatever meaning is active and the remaining unactive tab ...
1
vote
1answer
298 views

Dojo TabContainer vertical scroll or slide

I am working on tabcontainer which have a large number of tabs, and the tabposition is left, is there a way to enable a vertical scroll or slide for the tabs? I searched and only the horizontal ...
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) ...
1
vote
1answer
141 views

Prevent page reload on an AJAX TabContainer when AutoPostBack = true?

Is this possible? I've got an AJAX TabContainer, and 3 tabs in the container. On Tab #2, I've got a checkbox that, when checked, enables a textbox. When the checkbox is unchecked, the textbox ...
1
vote
1answer
219 views

DOMException with dojo, dgrid, TabContainer, and JsonRest

This drove me crazy for a weekend, and although I found what seems to be a workable solution, my question is whether there is something fundamental about using Dojo/Dijit that I'm missing. Here's the ...
1
vote
1answer
347 views

Dojo TabContainer sizing

I'm currently using a TabContainer containing several ContentPanes in dojo. The content is generated during page generation, and does not change after that. Is there any way to force certain tabs to ...
1
vote
1answer
357 views

Dojo query on specific ContentPane in TabContainer

I have a TabContainer with different tabs (ContentPanes). I am loading each type dynamically when the user selects something from a tree. I would like to be able to run a certain JS function on the ...
1
vote
1answer
581 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
385 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, ...
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 ...
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 ...
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 ...
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" ...
1
vote
2answers
213 views

Auto Post back property not working with tab container

I am applying globalization on my hotel management system web portal and i am stuck with an issue.My issue is that i have a drop down list of two languages English and Spanish and i set ...
1
vote
2answers
3k views

How to get active tab index from TabContainer

Currently I am using this line of code in my JavaScript var tabIndex = $(':focus').attr('tabIndex'); However this constantly fails to get the active index. Here is asp:TabContainer header in ...
1
vote
0answers
427 views

AJAX toolkit Tabcontainer First tab visible always

I am using AJAX toolkit TabContainer control to display 4 tabs in asp.net page. I have problem with this control that First tab is visible always when i click on any other tab. Anybody have solution ...
1
vote
0answers
85 views

ZendX Dialog inside ZendX Tab not beeing loaded correctly

I'm having some trouble loading a dialog on the view that's going inside a TabContainer, all using ZendX. I'm having to load all the layout and JS of the app again so I can use these resources. Anyone ...
1
vote
2answers
386 views

How to make a dojo dijit tab blink or flash when an event occurs and it is not the active tab?

I have a dojo dijit tab container and I want the tabs to flash a few times when an event occurs and it is not the selected tab. For example, when I receive a chat message I want the "Chat tab" to ...
1
vote
0answers
474 views

Dojo tabContainer.selectChild not working in IE

I have something like this on my HTML page. <html> <body> <div dojoType="dijit.layout.TabContainer" id="allTabContainer" style="width: 1150px; height: 490px" ...
1
vote
2answers
6k views

ajaxcontroltoolkit tabcontainer style themes css

This link: http://mattberseth.com/blog/2008/04/ajaxcontroltoolkit_tabcontaine.html has a great collection of themes for asp.net tabcontrol. Can someone help me find out where i can download css for ...
1
vote
2answers
455 views

Dojo addOnLoad fires before widget loaded in FireFox

I am using both IE and Firefox for testing. The Dojo addOnLoad works for both browsers BUT for Firefox, it fires before my Dojo TabContainer is initialised. For IE, it is working fine. Is there any ...
1
vote
3answers
964 views

Dijit Tabcontainer inside a custom widget-Tablist width runs too long

I have a templated custom widget that inherits from dijit.layout._LayoutWidget, dijit._Container, and dijit._Templated which gives my widget native Widget support for resizing, etc. All I need is a ...
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 2 3