Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

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
467 views

Need help laying out a site with dojo

basically guys i will like to layout a website with dojo where by i will have a header, content area ( this is divided in two with some accordions in the left pane and the right for the main content) ...
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
81 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
402 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
276 views

Dijit Tabcontainer inside a custom widget-Tablist width runs too long

I have a templated custom widget that inherits from dijit.layout._LayoutWidget, dijit._Container, and dijit._Templated which gives my widget native Widget support for resizing, etc. All I need is a ...
1
vote
1answer
232 views

Nesting Dijit.layout.BorderContainer in Dijit.form.Form

I have a small web app I wrote that has a Dijit.layout.BorderContainer nested within a Dijit.form.Form. The form controls are scattered about several ContentPanes within the BorderContainer, hence why ...
1
vote
2answers
774 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 ...
1
vote
2answers
2k views

Dojo/Dijit - How to allow Vertical Scrolling on a layout control

How can I allow scrolling in this Dojo/Dijit page: http://www.olexe.com/html/DijitScrollTest.html I might have 60 or 100 rows to display in the tabControl (id="topTabs"). I think there must be a ...
1
vote
2answers
557 views

Using Dojo BorderContainer in a Zend Framework layout script

I have just started playing around with using Dojo in Zend Framework and things have been fine up until recently. For now, I would like to be able to make a simple GUI using BorderContainer and ...
1
vote
1answer
324 views

dijit style claro not in Google CDN

dojo's Theme Tester is Showing theme claro as one available theme in http://archive.dojotoolkit.org/dojo-2010-04-12/dojotoolkit/dijit/themes/themeTester.html?theme=claro But claro is not accessible ...
1
vote
1answer
472 views

How do I modify the width of a TabContainer in Dojo

I'm experimenting with Dojo, so far it's very cool except for the fact that I can't seem to be able set the width of a TabContainer. I have the following code <div id="tabs" ...
1
vote
1answer
680 views

Generically Replace Loading Message for a dijit ContentPane

I want to replace the standard dijit.ContentPane loadingMessage with a animated GIF instead of the default "Loading..." message. According to documentation, the default message is: <span ...
1
vote
1answer
890 views

dijit BorderContainer auto-grow

Is there a way to have a dijit.layout.BorderContainer auto-grow in height? I've tried setting min-height: 200px; height: auto;, but it won't scale. I've tried looking at the API, but that thing is a ...
1
vote
1answer
2k views

Using table inside dijit.form.ContentPane doesn't work in Internet Explorer 7

I'm having problems using a table inside a ContentPane. It seems to work fine in Firefox but is invisible in Internet Explorer 7. The html below demonstrates what I mean. In Firefox you get: Before ...
1
vote
1answer
2k views

Dojo TabContainer with styling in Internet Explorer

The following works in firefox: < div style="position:absolute;top:0px;margin-top:60px;bottom:0px;width:100%"> < div id="mainTabContainer" dojoType="dijit.layout.TabContainer" ...
1
vote
1answer
554 views

Can I implement a breadcrumb trail using dijit.layout.StackContainer in Dojo? Are there better ways?

I want to implement a breadcrumb trail in a website using Dojo - and I am considering using StackContainer. Is this a good approach? Are there better ways of achieving the same thing? --UPDATE-- ...
0
votes
1answer
34 views

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 ...
0
votes
1answer
29 views

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 ...
0
votes
1answer
61 views

How to create wizard/screens with disabled pages/buttons using Dojo Dijit?

I want to create a sequence of screens using a StackContainer in Dijit. However, I want to disable consecutive pages and their corresponding buttons in the StackController until the form on the ...
0
votes
2answers
240 views

Dojo/Dijit TitlePane

How do you make a titlePane's height dynamic so that if content is added to the pane after the page has loaded the TitlePane will expand?
0
votes
1answer
128 views

Content not shifting up when Diji TitlePane collapsed

Quite simple really. I have two ContentPanes that I load content into dynamically. The content I load dynamically contains TitlePanes. When I collapse these TitlePanes the content below the TitlePane ...
0
votes
1answer
514 views

Centering dijit.form.buttons in ContentPane

I a border container with 3 content panes. left, center, right. A left data grid (left content pane), a right data grid(right content pane), 2 buttons in the center content pane that move things ...
0
votes
0answers
191 views

Dojo Dijit Toolbar: Keep on top

I have a ContentPane inside which there is a toolbar and some other content. Before I continue, keep in mind that this ContentPane is a Tab of a TabContainer. When the content of the ContentPane ...
0
votes
1answer
632 views

dijit.layout.TabContainer

Having problems getting a dijit.layout.tabContainer to display. I add it programmatically, add a contentPane and all appears well in the DOM. No JS errors or warnings and I can see the controls ...
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
1answer
259 views

Dojo Application Layout with Dynamic dojo Form Creation

I have a dojo layout with two content panes, each at 50% height, one on top of the other. The top one is filled with a dojo grid. I have this grid loading with data dynamically. I would like to ...
0
votes
1answer
173 views

jquery ui, YUI or dojo or other framework that emulates browser tabs

There are plenty of frameworks (jquery, dojo, yui, ext js, etc.) that offer tabs as a part of their extensive ui library. But I have not yet found one that resembles the tabs you'd find in a browser ...
0
votes
1answer
283 views

How can I set the style of a dojo-element?

I'm using an accordion container, like this: <div class="order-accordion" dojoType="dijit.layout.AccordionContainer"> ... </div> The dojo-framework converts it to the actual ...
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
1k views

Dojo: Programatically setting checkbox label for adding on TableContainer

after some hours of checking out documentation, I am somewhat desperate: Basically I need to populate a TabContainer with some TextBoxes, and some Checkboxes. All theses neatly arranged: Labels to the ...
0
votes
2answers
2k views

dojo borderlayout show all the content , flicker then redraw correctly

I copied an example from the dojo site using Borderlayout. However, when I load in the browser , the entire data is shown for all the section . Then after a few second the content is refersh and the ...
0
votes
2answers
1k views

djit.layout.Tabcontainer - click-based event is fired two times

I want to add listeners on selection event, but implementation via code below fired event two times. Only javascript core onClick event is fired correctly one time. dojo.connect(myTabCont, ...
0
votes
1answer
308 views

How to make a scrollable, clickable list of items in Dojo?

I'm totally new to Dojo (using 1.3 via Google's XD), and want to try to do things the 'right way', but don't see an obvious dojo.layout.*Container for this. Basically, I have a UI with a list of ...
0
votes
1answer
1k views

dijit.layout.TabContainer nested tabs auto load

I'm fairly new to Dojo toolkit, and well really like it. But I have a problem with nested tabs auto-refreshing. Here is a sample of my practice code where this problem exists. I'm currently ...
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"> ...