Tagged Questions
The accordionpane tag has no wiki summary.
3
votes
4answers
2k views
How to make height of a dijit Accordionpane dynamic
I can't figure out how to tell the accordioncontainer to set height of its accordion pane to auto so that the height of the pane is dynamic depending on its content.
In the following code I am ...
3
votes
2answers
2k views
2
votes
1answer
90 views
Dojo / Dijit Accordion - Add Expand and Collapse Arrows
Trying to figure out how to add the expand / collapse arrow images on Dojo's Accordion dijit.layout.AccordionContainer just like the dijitTitlePane / dojox.widget.TitleGroup has.
1
vote
2answers
650 views
How to determine which dijit.layout.AccordionPane is currently selected
I tried to use "dijit.layout.AccordionPane.selected" to determine if any given AccordionPane is in focus (selected). However, AccordionPane.selected property will be set to "True" once the ...
1
vote
1answer
2k views
Whats the best way to programatically open a pane inside Dijit AccordionContainer
I am trying open & close accordion panes programatically. Here is the simplified version of my code. Even though I set the first pane's selected to false and and second pane's selected to true, ...
0
votes
1answer
69 views
Dojo AccordionContainer.addChild doesn't work for more than 2 children
I want to add programatically 4 children to dijit.layout.AccordionContainer. The script runs with no errors, but it only adds 2 children, no matter how I try to achieve this. From my debug using ...
0
votes
1answer
957 views
How do I programmatically change ASP.NET ajax AccordionPane with javascript?
I've got an asp.net ajax style AccordionPane control that I am trying to get/set based on some user interactions. However it seems not let me do this with javascript:
function navPanelMove() {
...
0
votes
1answer
3k views
How do I bind an ASP.net ajax AccordionPane to an XMLDatasource?
Title says it all. I've got an angry boss that will beat me down if I waste another day on this :-P Many karma points to the ajax guru who can solve my dilemma.
But more detail: I want to have an ...