tags:

views:

278

answers:

2

Hello, I was able to do a custom build for dojo and upload to my site. However, the date control does not display correctly.

The popup date box displays the calendar but with the month of year on top. e.g.

jan
feb
mar
...
s m t w t...
1 2 4 5 6
...

2009 2010

here is my build profile. Can you please give me some suggestion on how to resolve this issue.

Thank in advance for the help

dependencies = {


 layers: [
  {
   name: "mydojo.js",
   dependencies: [
    "dijit.layout.LayoutContainer",
    "dijit.dialog",
    "dijit.form.TextBox",
    "dijit.form.ValidationTextBox",
           "dijit.form.DateTextBox",
    "dijit.form.TimeTextBox",
    "dijit.layout.ContentPane",
    "dijit.layout.TabContainer",
    "dijit.form.NumberTextBox",
    "dijit.form.CheckBox",
    "dijit.form.Textarea",
    "dojo.parser",
    "dijit.ProgressBar"

   ]
  }

   ],

 prefixes: [
  [ "dijit", "../dijit" ]
 ]
}
A: 
prem
A: 

Hi Peller, I was using to the wrong CSS file. Should be using the CSS from the custom build.

Thanks for the hint

prem