Dojo Calendar MatrixView -
trying widget render in basic way.
<meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta http-equiv="x-ua-compatible" content="ie=8"> <link rel="stylesheet" href="/eca/resources/dojox/calendar/themes/tundra/matrixview.css"> <link rel="stylesheet" href="/eca/resources/dojox/grid/resources/tundragrid.css"> <link rel="stylesheet" href="/eca/resources/dojox/calendar/themes/tundra/calendar.css"> <link rel="stylesheet" href="/eca/resources/styles/app.css"> <link rel="stylesheet" href="/eca/resources/dojo/resources/dojo.css"> <link rel="stylesheet" href="/eca/resources/dijit/themes/dijit.css"> <link rel="stylesheet" href="/eca/resources/dijit/themes/tundra/tundra.css"> <link rel="stylesheet" type="text/css" href="/eca/resources/dijit/themes/tundra/tundra.css"> <link rel="stylesheet" type="text/css" media="screen" href="/eca/resources/styles/standard.css"> <link rel="shortcut icon" href="/eca/resources/images/favicon.ico"> <script type="text/javascript"> <script src="/eca/resources/dojo/dojo.js" type="text/javascript"> <script src="/eca/resources/spring/spring.js" type="text/javascript"> <script src="/eca/resources/spring/spring-dojo.js" type="text/javascript"> <script language="javascript" type="text/javascript"> .... matrixview = new matrixview({ style: "position:relative;width:900px;height:600px;" }, "courseinstancecalendar"); ....
i have excluded dojo code before , after simplicity.
what i'm getting rows week number , columns day name screenshot no grid date values example.
any idea what's missing?
removing style fixed problem:
<link rel="stylesheet" type="text/css" media="screen" href="/eca/resources/styles/standard.css">
so have calendar looks example.
the lesson learned guess when have rendering problems check clashing styles.
Comments
Post a Comment