I would like the content displayed in the AccordionPane to define the height of the AccordionContainer. If each pane has content of varying height this great piece of code becomes unusable IMO. Has anyone figured out a way to handle this such that we don't have to define some static height?
accordionpane
How can the content define height of AccordionPane?
- Login or register to post comments
- Subscribe post
AccordionContainer/AccordionPane has default height 0. Why and how to expand it to height of content?
Hi folks,
I am trying AccordionContainer/Panes but I don't know how to set height to height of first pane's height. My AccordionPanes is collapsed and no content is shown although I click to "+" icon on the right.
I don't want to write any fixed height directly to
Accordion Pane Issue
Ok This is an odd one.
I have several AccordionContainer / AccordionPane sections on my site.
But I have one that no matter what I do the height style is stuck on 1px on the AccordionBody Div.
I can adjust the height in Firebug and see my pane just fine. But nothing I do can seem to correct this issue.
Any Thoughts?
Oh This is an AccordionContainer inside a ContentPane, but I have others just like this so don't think there is any relationship there
TIA
Jeff
- Login or register to post comments
- Unsubscribe post
problem AccordionContainer misbehaving inside TabContainer
Hi guys,
I'm using Dojo 1.2 and I'm running into the following problem...
I've created a templated custom widget which contains an AccordionContainer. I'm trying to add this custom widget (programmatically) as a child of an existing TabContainer. However when i do this, the AccordionContainer doesn't work properly i.e. you cannot see the contents in the AccordionPane's
Here is some simple code as an example. Any thoughts or alternate solutions?
All in all i need to programatically add the widget containing the AccordionContainer to the TabContainer.
thanks in advance
- Login or register to post comments
- Read more
- Unsubscribe post
dijit.form.Button onClick doesn't work inside an AccordionPane
Hi all,
I'm creating programmatically an AccordionContainer with several
AccordionPanes.
Each AccordionPane has the following content: a ContentPane with text and a dijit.form.Button.
My problem is that when an AccordionPane is selected and I click on
its button the event onClick is not triggered.
I'm using dojo 1.1.x.
The routine that creates the AccordionContainer is the following:
function handleResult2(response){
var content = response.getElementsByTagName("content");
- Login or register to post comments
- Read more
- Unsubscribe post
Dojo 1.2 Grid in an accordionPane, issu ?
Hello,
This code put a grid in an accordionPane.
This code works on the nightbuild of the dojo 1.2 done the 21/08/08 but no more with the release 1.2.0b1-src.
When I call the function resize on the grid I get the following error :this.headerContentNode.firstChild has no properties
Is somebody can help me ?
Best Regards,
Arnaud.
The code of the page :
[Q] example of Accordion Pane with static Widgets and Forms inside
Hi,
I am new to the javascript/dojo.
My gui programming from programming GUI in wxWindows
Trying to learn by examples, and could not find a working
example of having
Widgets/forms within AccordionPane
In my simplistic attempt, I just listed the forms I wanted
within accordion pane.
However, running it on both IE and Opera did not work:
both panes became completely opened, and the first pane
was resized to minimal height to show the edit box and search button
Problem loading a form into an accordion pane...
I having a problem loading a form into an accordion pane. The form is defined in an external html document that I am loading via the href attribute on the accordion pane. I can open the panel1.html document directly and no errors are reported by by firebug. However, when I embed the form in an accordion pane, I get the following error from firebug and the form doesn't render correctly. I've noticed that if I include the dojo.require()'s that are declared in panel1.html directly in accordion.html then things seem go better.
- Login or register to post comments
- Read more
- Unsubscribe post
layout widgets overlap inside AccordionPane
I'm trying to align some form fields within an accordion pane, and I'm not allowed to use html table. I tried using LayoutContainer or SplitContainer and ContentPane, but the ContentPane's all overlap. Is there a solution?
Trouble with dynamic creation of AccordionPanes
I have some script that programatically creates AccordionPanes based on information it finds via a datastore. I inserted in some alerts such that I could debug the code. It works with the alert in place ... however when I remove the alert statement, only one of the AccordionPanes (the selected one) is visible. I have looked at the generated page source, and the other AccordionPanes are being generated .. they just are not visible.
Here is my script:
dojo.addOnLoad(function() {
// Get the datasource description for the accordion panes
