0
votes
1answer
16 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
31 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 …
0
votes
1answer
59 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 …
0
votes
1answer
100 views
dijit.layout.TabContainer nested tabs auto load
Hello,
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
79 views
call function with dijit.layout.ContentPane onload?
Hi,
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" …
0
votes
1answer
316 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
72 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--
…
