Questions tagged [tabcontainer]

205 questions
1
vote
0 answers

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 knows what I need to load on my view, that I can…
1
vote
2 answers

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 flash a few times as a visual notification that a…
caj
  • 13
  • 3
1
vote
0 answers

Ajax TabContainer ActiveTabChanged Firing Twice

I can't figure out why my event handler for ActiveTabChanged on an ajax tabPanel is firing twice. Anyone should be able to paste the following code in a new project (with a reference to AjaxControlToolkit) to reproduce the problem. When user clicks…
pabrams
  • 1,157
  • 10
  • 34
1
vote
0 answers

Dojo tabContainer.selectChild not working in IE

I have something like this on my HTML page.
0
votes
1 answer

Issue with getting control id when tabcontainer is used

I have an AJAX Control Toolkit TabContainer in my ASP.NET page. In one of the tabs in the TabContainer, there is a GridView. Now, I have an UpdatePanel for which I want to give trigger as "RowCommand" of GridView mentioned above. The UpdatePanel is…
user1107973
  • 43
  • 2
  • 12
0
votes
3 answers

How do I use jQuery to retract dojotype="dijit.layout.TabContainer" when the media=print?

So I use the following code to create a TabContainer with 3 tabs. However, when I print the page, I would like the page to look as if there is no call to dojotype="dijit.layout.TabContainer". What should I do to achieve this?
user110
  • 315
  • 1
  • 11
0
votes
1 answer

how can I reach radiobuttonlist?

I write this codes : TabContainer TabContainer1 = new TabContainer(); TabContainer1.ID = "TabContainer1"; HtmlTableRow row = new HtmlTableRow(); HtmlTableCell cell = new HtmlTableCell(); for (int toplam_grp = 0;…
CompEng
  • 7,161
  • 16
  • 68
  • 122
0
votes
1 answer

dojo TabContainer via zend render no thing

I have mess all day with this decorator, i read many source to implement dojo tab container via zend framework, but i tried it self result nothing. is there any misscode with this snippet $form = new Zend_Dojo_Form(); $form->setName('name') …
qazno
  • 1
  • 1
0
votes
1 answer

how to maintain the relation between tabs opened in a WPF Application

we have a wpf application..in the Home page we have Work,Help,Approve Search tabs.. When user clicks on the Approve tab and selects a student..if student is not qualified then ApproveStudent option is enabled,when clicks StudentApprove screen…
GANI
  • 2,013
  • 4
  • 35
  • 69
0
votes
1 answer

AJAX tab container control is not visible on some client machines

I have a simple asp.net application with an ajax tab container and other asp.net controls. Some of the users can not see the tab container control, but when they copy and paste the page content, they can see it. A user tried to display the page on…
0
votes
1 answer

How are widgets rendered in DOJO

How are widgets rendered in Dojo? What is the flow or sequence with which various JSs are called. I am trying to understand how the internal code is contructed for widget. For example: If TabContainer is used , we can see the following code:
0
votes
1 answer

Code in DOJO1.6 and DOJO1.4.3 working differently

I have the following code in DOJO1.6 and DOJO1.4. In 1.6 version it is working fine but but is not working in 1.4. The tabbed menus are getting displayed as just list. Please help me so that the code works fine in DOJO1.4 also.
0
votes
1 answer

User control does not render in AJAX Control Toolkit TabContainer control

When I click the "add tab" button, server side code (tabs.ActiveTabIndex+=1) changes tabs, but the tab looks empty. If I click back and forth, I could see the user control renders. Am I missing something?
nolimit
  • 814
  • 10
  • 19
0
votes
1 answer

while loading external ajax content with jQuery, the tabcontainer inside the external ajax content is by default not visible

I want to load a complex ajax form into another file, the tabcontainer control inside the external ajax form is be default hidden, I cannot figure out why?
appenthused
  • 173
  • 1
  • 10
0
votes
1 answer

How to run different logic from Master page for different tab in TabContainer

In my app, we have master page which has some common features like export to excel, pdf etc. On content page, I have TabContainer with multiple tabs. When I run option like export to excel, Master page calls exportExcel function on content page.…
Abhash786
  • 881
  • 2
  • 24
  • 53