Tagged Questions
1
vote
2answers
274 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
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" ...
0
votes
1answer
33 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
0answers
190 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 ...