Hi,
I'm developing a JPS portlet and I'm using DOJO in it, everything works except for the look of the DateTextbox, it appears as a frid of numbers without any style in it.
Because I'm making a portlet I don't have a "body" tag to set the class to any theme, I have define the class directly insto some divs like this;
<div id="mainTabContainer" dojoType="dijit.layout.TabContainer" style="width:500px;height:160px" class="soria">
And that gave the tabs the style I wanted but nothing happens with the DateTextbox.
Any suggestions?
Thanks
