Questions tagged [tabcontainer]

205 questions
0
votes
3 answers

javascript contents are not getting loaded,if i create a tab/contentPane dymaically with .xhtml as input

I am creating a dynamic tab/contentPane as below in home.xhtml file and i am trying to call a function display which is present in order.xhtml,its not getting called. what ever java script is there in order.xhtml is not getting loaded. In…
kumar
  • 708
  • 4
  • 15
  • 39
0
votes
2 answers

Break dojo tabs onto multiple rows?

Is is possible to have a dijit TabContainer with tabs on more that one row instead of the default situation (where you scroll left and right to see the extra tabs)? I'm using dojo 1.8 and the claro theme.
user2219915
  • 289
  • 3
  • 7
  • 19
0
votes
1 answer

dojo tabContainer gets the width of the largest tab

I am using a dijit/layout/TabContainer with two tabs. I create them like this:
kmak
  • 63
  • 9
0
votes
2 answers

Aps.Net Nested UpdatePanel's Button Click Event does not fire

I have a dynamically created UpdatePanel inside a TabContainers TabPanel. I have also created a button inside the newly created UpdatePanel. Problems is, that the click event for the new button does not get fired. Here is an example .aspx and…
ArminM
  • 1
  • 1
0
votes
2 answers

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 selected/active. However, I don't even get the code to…
alzaimar
  • 4,572
  • 1
  • 16
  • 30
0
votes
1 answer

Ajax Tab Container invisible

After a day of googling, I have to ask this... this question has been ask numerous times but few seem to have got the answer. Why does the tab container go Hidden on page load?? Does ANYONE have a solution to make/keep it visible?? I am using…
who-aditya-nawandar
  • 1,334
  • 9
  • 39
  • 89
0
votes
1 answer

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 string. There I have no issues. I can get the id of…
Nicholas Aysen
  • 568
  • 3
  • 18
  • 40
0
votes
1 answer

use FileUpload in TabContainer

i use FileUpload control asp.net in TabContainer control (tab asp.net ajax control toolkit: address). but FileUpload its not working this. please help me for use FileUpload in TabContainer.
Ahmad Rezaye
  • 37
  • 6
  • 11
0
votes
2 answers

Align a button to top

I am building a webapp in .net using some of the AJAX features; in this case it is TabContainer. Below is a screenshot of the area I want to play with. The menu on the left is the tabs of TabContainer. The right side is tab's content. I would like…
Nikita Silverstruk
  • 1,097
  • 1
  • 20
  • 42
0
votes
1 answer

Maintain position on web application

I hope I have done my homework on this one. I have a fairly large web application and when a button is pressed the webpage jumps to the top of the page on postback. I am aware that the page needs the line MaintainScrollPositionOnPostback="true" So I…
user1438082
  • 2,740
  • 10
  • 48
  • 82
0
votes
2 answers

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 samples but cannot find the…
user1438082
  • 2,740
  • 10
  • 48
  • 82
0
votes
1 answer

AsyncFileUpload inside ModalPopupExtender inside TabContainer

I have a TabContainer in which each tab have a ModalPopupExtender. Inside each ModalPopupExtender I've defined an AsyncFileUpload. My aim is that, when the file has uploaded/failed, it shows a label inside the ModalPopupExtender showing this fact.…
0
votes
1 answer

TabContainer not visible under firefox

I am using Ajax tab control in my aspx page. On IE and Chrome it works fine. However it is not working under Firefox. It's visibility is hidden. I tried various options setting visibility to visible from CSS class, set ActiveTabIndex value from code…
VJOY
  • 3,752
  • 12
  • 57
  • 90
0
votes
1 answer

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.
Programer
  • 1,005
  • 3
  • 22
  • 46
0
votes
2 answers

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 TabContainer is missing tabs, has serif fonts instead of…
beefsack
  • 428
  • 1
  • 5
  • 10
1 2 3
13
14