Questions tagged [dojox.calendar]

The Dojo toolkit Calendar (scheduler) control

The Dojo toolkit Calendar (scheduler) control - http://dojotoolkit.org/reference-guide/1.10/dojox/calendar.html

5 questions
1
vote
0 answers

Dojox Calendar, how to set column min-width?

I've got a problem where if too many columns are added to the calendar those are going to shrink way too much to even know what data there's in every cell of each column and I was wondering if there's a possibility to set the column width.
Dalfstep
  • 41
  • 3
1
vote
1 answer

loading dijit calendar on click of dijit icon button with specific dates disabled

I'm trying to load a dijit calendar on click of dijit icon button with specific dates disabled, for this I tried two ways first one: loading calendar in js function getting error as trying to register "id==mycal" but that id is already registered…
1
vote
1 answer

Remove week number column in 'dojox.Calendar'

I've got a dojox/calendar/Calendar with dateInterval: 'month', and I would like to remove the week number column that appears. Is there a way to do this in calendar object creation through any property ?
Ote
  • 33
  • 4
0
votes
0 answers

why dojox calendar prevent page scrolling

In my page I have a dojox calendar widget. If with mouse wheel I scroll the page when mouse is on the calendar widget page stop scroll (the scroll only works if calendar is set to monthview). I try to set in columnViewProps scrollable : false but…
erik
  • 11
  • 2
0
votes
1 answer

Columns in a Day (Dojo Toolkit dojox.Calendar)

I have a problem with dojox.calendar features. Briefly, I am trying to place subcolumns into the calendar with "day" as dateInterval. I have read and tried the following link :…
Plm
  • 3
  • 1