Tagged Questions
1
vote
1answer
707 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
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
0answers
206 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
311 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 ...