Tagged Questions
0
votes
0answers
43 views
How to change tab using javascript in a tab container in Internet Explorer
I am using the Ajax toolkit tab container.
I have a javascript function which changes the active tab, which is working perfectly in firefox.However in IE, it does work, but the tab doesnt change ...
0
votes
0answers
23 views
TabContainer with scrollable gridviews
I have a tabContainer with 3 tabs. Each tab displays a unique gridview. I need vertical scroll bars for the grid everytime the user clicks on 'Show all'. The code works for the first gridview in the ...
2
votes
3answers
143 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 ...
0
votes
2answers
79 views
Control button visibility depending on active tab on AjaxToolKit:TabControl
I have an ASP.NET page containing a button, an AjaxToolKit TabControl and two TabPanels. I would like to have the button enabled, when tab #0 is selected and disabled, if any other tab is ...
0
votes
1answer
117 views
How do i set the active tab in a tab container without using the index of the tab?
I have a tab container, call it tbcSP. it has three panels, each with id's that run offIss, workIss and katIss.
Now, I use a link to go to the page where the tab container is kept, using a query ...
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 ...
0
votes
1answer
93 views
Dojo Dijit styling issues
I'm trying to use a dijit/layout/TabContainer with a modified dijit theme. I need to modify some of the styling of the TabContainer tabs such as the padding of the tabs, boldness, etc. However the ...
0
votes
2answers
450 views
ajax active tab id
i have an ajax control toolkit tabcontainer. How can i determine the ID of the active tab using javascript or jquery?
i.e below it would be Tab_Monitor if that tab was active.
I have tried all the ...
0
votes
1answer
217 views
cannot find html elements inside the tabs of ajaxtoolkit tabcontainer when using js
I am using Asp.net 4 C# 2010.
I have two tabs using ajaxtoolkit tabcontainer and I want to address the elements inside using javascript.
<asp:ScriptManager ID="ScriptManager1" runat="server">
...
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 ...
0
votes
0answers
141 views
Dijit TabContainer as popup menu item disappears after screen resize
I'm using a TabContainer as the popup child of a PopupMenuBarItem (or a PopupMenuItem).
The first time I pop up the item, it draws fine. After it closes, if I resize the window and then try to pop up ...
0
votes
1answer
429 views
Pop-up with tab container
I am attemtping to call a dojo tab container within an ESRI pop-up. The code that I have (see below) is able to create a pop-up with a tab container and the contents, but also creates three 'dead' ...
0
votes
1answer
307 views
Dojo: TabContainer - how to place menu button in the header?
is it possible to place a button in TabContainer header on the left side ?
I want to place it next to First Tab.
Thanks for help :)
1
vote
1answer
348 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 ...
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:
...
0
votes
1answer
76 views
dojo tabbed container question
I have a TabContainer with 3 tabs which I create using the declarative way. The total number of tabs are 6 for the container, however the last 3 are added programmatically because of the size of the ...
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 ...
0
votes
3answers
2k views
How do you test whether a tab is active with dojo tabs
How do you test whether a tab is active or not with a dojo tab container? (In JQuery this is simple... you can use something like this
if($("#accordion").accordion('option', 'active') == ...
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 ...
1
vote
1answer
836 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
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 ...
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 ...
