Tagged Questions

3
votes
1answer
37 views

Dojo: BorderContainer - Toggle the left sidebar pane width to 0

I have a BorderContainer {design: "sidebar"} with a AccordionContainer {region: "left"} in the left pane. The Splitter is enabled to allow dragging the AccordionContainer 'closed', but with the ...
2
votes
1answer
125 views

How to implement Vertical layout

Is there a way to implement vertical layout using Dojo/Dijit? I don't like BorderLayout because of the splitters.
2
votes
1answer
1k views

Dojo: BorderContainer and ContentPanes not working inside of a custom widget template

Hey guys, im trying to create some custom templated widgets with dijit.layout objects (BorderContainer, ContentPane) in the template, and i just can't get it to work. Maybe SO can steer me in the ...
1
vote
1answer
80 views

How to scroll to a certain element in dojo contentPane programatically

I have a ul list of 100+ li elements displayed inside dojo.contentPane which is displayed in a custom dialog which extends dojo dialog. When this contentPane is rendered, I would like scroll bar to ...
1
vote
2answers
124 views

Dojo: BorderContainer how to change splitter width/height?

I'm wondering, how can I change the size of splitter in BorderContainer ? Thanks for help.
1
vote
1answer
398 views

dojo/dijit BorderContainer declarative example - but programmatic

I'm trying to write the declarative example in a programmatic way, but so far no success. http://dojotoolkit.org/reference-guide/dijit/layout/BorderContainer.html ...
1
vote
2answers
771 views

Dojo and Ajax - rendering widgets

I'm trying to load content into a Dojo content pane in a specific html tag and not replace the entire content pane. The html I'm loading includes a markup defined widget that I'd like to have rendered ...
0
votes
1answer
109 views

Making dojo dijit layout iOS compatible

I have a complex web application which is based on dijit.layout. You will find a good example of the structure here (check the examples). As you can see there is no full page scrolling only ...
0
votes
3answers
1k views

How do I “get” the ID for a “clicked” tab in a dijit.layout.tabcontainer?

I haven't been able to find a clearly defined solution for this. Most are incomplete snippets. Here is a simple sample. See the doSomething() comment: <head> <style ...
0
votes
2answers
2k views

call function with dijit.layout.ContentPane onload?

Is it call test() of sub.htm from index.htm by this code when doing very? Thank you very much. index.htm <div dojoType="dijit.layout.ContentPane" id="subFrame" region="left" href="sub.htm"> ...