Tagged Questions
0
votes
1answer
18 views
Disable a tab in dijit.layout.tabcontainer
alert(dijit.byId("CPane1AvailableContentPane").get("disabled"));
dijit.byId("CPane1AvailableContentPane").setAttribute("disabled",true);
...
0
votes
1answer
32 views
dojo tabContainer gets the width of the largest tab
I am using a dijit/layout/TabContainer with two tabs. I create them like this:
<div dojoType="dijit.layout.TabContainer" doLayout="false">
<div dojoType="dijit.layout.ContentPane" ...
0
votes
0answers
27 views
what is class=“centerPanel”
I see many Dojo examples and tutorials passing the property "class": "centerPanel", but I can't find any documentation anywhere.
What is it? It seems to be passed to layouts, but what is it for? (I ...
0
votes
0answers
65 views
Nesting layouts inside dojox/form/Manager
I'm developing a complex form that is being placed inside a dijit/Dialog. Several kinds of layouts (Border Containers & Content Panes) are inside this form, but the form is not being rendered in ...
0
votes
0answers
83 views
convert extjs viewport layout to dijit layout
I have this existing layout from extjs and I want it to convert to dojo/dijit layout.
(Cant post image :( ) here is the sample extjs viewport: ...
0
votes
1answer
134 views
Dojo: TabContainer in region 'top' invisible inside BorderContainer
I want to place a TabContainer inside the top region of a BorderContainer like this:
<div id="appLayout" data-dojo-type="dijit/layout/BorderContainer">
<div ...
0
votes
2answers
893 views
Dgrid Resizing within BorderContainer
I have a dgrid within a BorderContainer with "liveSplitters" enabled (using Dojo 1.8). The dgrid comes up nicely, but when I move the splitter between the left column and the "leading" column (that ...
1
vote
0answers
119 views
Implementing a programatically created interface in Dojo 1.8
If I'm looking to implement a cohesive, singular interface concept using Dojo 1.8 dijits, panels, etc for inclusion into pages or other RIA interfaces, what's the best way to architect the ...
0
votes
1answer
147 views
Dijit Layout: How to display ContentPanes inline?
In the following HTML, I want to display the two ContentPanes in the top region beside each other. In normal HTML this could be done using spans, or display: inline. How can this be achieved in Dijit?
...
0
votes
0answers
80 views
dojo pie chart not rendering on dijit.layout.ContentPane
I am using pie chart it is not rendering properly on dijit.layout.ContentPane,however when i remove dijit.layout.ContentPane and just add div it works fine any help?
This happens only on IE...
0
votes
1answer
210 views
dijit.layout.StackContainer sizes to first child
I'm a complete newb to dojo, but not to JavaScript.
I am testing out functionality and trying to build a basic dijit.layout.StackContainer (both declaratively and programmatically). The is that I ...
0
votes
1answer
123 views
overload the _transition method in Dojo
I am going insane on this one. All I want to do is inherit from StackContainer and add a simple effect.
PLEASE NOTE: I know there are overcomplicated, experimental widgets out there that do do ...
0
votes
0answers
228 views
Dijit Tab Container auto height is not working when tabs are added dynamically
I have a scenario where tab container is present within the body and want to utilize the browser scroll bar instead of the tab container scroll bar. In order to achieve this, the height of the tab ...
0
votes
0answers
108 views
'Dijit.tree' Loosing its TABed structure when used with 'dijit.layout.BorderContainer'
I have an issue with dijit.tree when used with dijit.layout.BorderContainer.
Inside the dijit.layout.BorderContainer the LEFT ‘dijit.layout.ContentPane’ contains two div’s, one for ‘dijit. tree‘ and ...
1
vote
2answers
499 views
Dojo BorderContainer Layout
Currently I have a borderContainer layout as shown below:
My code for this layout is:
<div data-dojo-type="dijit.layout.BorderContainer" data-dojo-props="design:'sidebar', gutters:true, ...
0
votes
1answer
657 views
How to change the height of dijit.layout.ContentPane in dijit.layout.AccordionContainer
I want to have height set to AUTO for all my content panes in my dojo accordion. But it is currently taking the def height or the height i set for the accordion.
does anyone know how to set the ...
0
votes
1answer
116 views
Dojo - ScrollingTabControllerMenuButton freezes TabContainer in Firefox
I recently by accident found an issue I have with a web application I have made entirely with dojo.
I have a TabContainer and a toolbar with buttons and each button adds a Tab in the TabContainer.
...
2
votes
1answer
1k views
DOJO ContentPane inner DIV height changing on ContentPane resize
I'm using DOJO's ContentPane module. I have a DIV element in one of the panes and I need to give it a certain height - 100 pixels less than the height of the ContentPane so that DIV changes its height ...
0
votes
1answer
220 views
Dojo dijit.layout.TabContainer - how to add class to tab?
Ho to add class to the tab in TabContainer?
Only thing I've found is set iconClass. However I need to add class to the parent div in tab. Not to some nested divs inside it.
0
votes
1answer
382 views
dojo 1.7, set content of ContentPane in subclass' constructor
I have the following subclass, derived from ContentPane:
define([
"dijit/layout/ContentPane",
"dojo/_base/declare"
],
function (ContentPane, declare) {
var view = ...
0
votes
1answer
344 views
liveSplitters set to false but still show up in BorderContainer
I am a dojo newb so I am probably making a simple error somewhere. I am trying to get a borderContainer set up without liveSplitters but even though I set it to false the splitters are still there. ...
0
votes
1answer
778 views
dojo contentpane- how to keep it closed by default
I have set up a layout that contains a few dojo widgets and would like the side menu which has contentpanes to all be closed by default. What happens is that the first one stays open and causes the ...
1
vote
1answer
367 views
dijit.layout.bordercontainer hides all inner contents
I had a hard time understanding the new version 1.7.1 dojo toolkit and returned to the 1.5 version. I am trying to include the bordercontainer to layout my controls to match one of the demos but the ...
0
votes
1answer
111 views
dojo: A gap between dijit.layout.BorderContainer and its child
I followed the following site to do some layout in dojo:
http://dojotoolkit.org/documentation/tutorials/1.7/dijit_layout/
The problem is there's gap between BorderContainer and its children. How to ...
0
votes
1answer
648 views
How to change dojo content tab focus when closing a tab to focus on previous tab instead of first tab?
I'm using Dojo's Dijit Layout for generating content tab-panes similar to Dijit Theme Tester Demo. All of the tabs here are closeable.
The issue is: when I close a tab it goes back to the first tab ...
1
vote
1answer
93 views
How can I set dojo content tab title with space?
I am using Dojo 1.7.1 for my web application for UI and using content tab as a primary way to display information. I generate these content tab dynamically as and when required using ajax calls.
For ...
5
votes
1answer
810 views
How to optimize Dojo loading time?
I'm working on a business application built upon PHP & Dojo tool kit. The interface is similar that you see on dojo dijit theme tester.
On internet it takes lot of time to load all those js one ...
0
votes
1answer
782 views
Loading different Content panes of dojo in a JSP page
I have a JSP page. In that i have different Content panes(using Dojo framework). Now for a particular content pane to be displayed on page load i have set "selected= true" property true on one of the ...
0
votes
3answers
273 views
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 ...
1
vote
1answer
211 views
Dojo and Dijit reference for all properties
I was experimenting with Dojo and Dijit in the past days and I find it quite interesting. I was however trying to find a reference or an API doc that helps me understand all the properties I can ...
3
votes
1answer
452 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 ...
0
votes
1answer
211 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
148 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 ...
2
votes
1answer
458 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 ...
0
votes
1answer
273 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 ...
2
votes
3answers
2k 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
3k 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 ...
2
votes
1answer
425 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.
1
vote
2answers
515 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.
2
votes
2answers
3k 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
...
0
votes
1answer
1k 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 ...
1
vote
1answer
464 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 ...
0
votes
1answer
268 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
488 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 ...
2
votes
1answer
728 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) ...
0
votes
1answer
861 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 ...
1
vote
2answers
2k 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
6k 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
1k 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
4answers
5k 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 ...

