Login Register

calendar

dijit._Calendar on click callback

Hello,

I'm using a simple calendar, without DateTextBox, this way :

And i would like to attach an event on date selection. The source code of dojo 1.2.2 isn't readable (i didn't asked for the shrinked version) so i cannot determine the method names of the class.

Thank you

David Mézière

Interested in working on a Calendar widget?

One of the more widely requested features we receive is for a full-fledged Dojo Calendar widget (think a lightweight version of iCal or Google Calendar rather than the more date picker like calendar we have in dojox.widget.Calendar).

I was recently contacted by Matt Simpson of Queens University in Canada, and after discussions, we decided that we'd see if we can get a calendar project rolling by starting something in dojoc, and then moving it to DojoX once it starts to evolve.

dijit _calendar isDisabledDate

I have two dijit _calendar thingies on a page, one for a "from" date and another for a "to" date.
Is it possible to override isDisabledDate to disable "from" dates later than the "to" date & "to" dates earlier than the "from" date? If so, any help would be most appreciated. I do know how to do basic stuff with isDisabledDate like, for example, making all days in the future invalid, but all my attempts to do this from/to filtering have met with tears.

Calendar with holiday support

Hi All,
Does Dijit support calendar where we could represent a particular day as a holiday and disable the day from being selected or at least show the day in a different color/format? Thank you in advance.

Regards,
Yazad Khambata
yazad3@gmail.com

Button with an onclick event next to a DateTextBox

Hi,

I have a DateTextBox on my page and I was wondering how to put a button next to the calendar, so when the user clicks on the button, the calendar is displayed. Another question is how to disable the default behavior, which is showing the calendar when the text field is focused.

Thanks in advance.

Regards,

Marco

[solved] dijit.form.DateTextBox rendering problem - Decrement month button not visible in ff2 in linux

I can't see the decrement month sign (<) in the calendar, this works in windows but not in Ubuntu ff2. I've checked the tests and there it looks fine. I can't understand why it ain't working... Here's my "clean" test:

Test
 

accessibility support on calendar widget

Hello,

I am looking at the calendar widget sample
http://archive.dojotoolkit.org/nightly/checkout/dijit/tests/test_Calenda...

and am not able to figure out how to navigate the calendar and select a month and date using a keyboard (no mouse)

Would appreciate any help
thanks
Vijay

Can the calendar be shrunk

I'm using the date text box, but the drop down calendar is huge and extends the field way beyond the length needed to hold the date value. Is there any way to shrink the size of the calendar?

can Dojo 0.43 and Dojo 1.0 be ran simultaneously?? Need downcomp. for a calendar.

Hi guys,

I feel the need to run Dojo 0.43 for an ajax calendar that isn't yet
ported to 0.9/1.0.

Is there a way to run 0.43 and 1.0 simultaneously??
Or do you know a well ajax calendar for 1.0? (no date-picker)

thx for reps!
melchior

Calendar picker problem, 3 digit year

Hi everyone -- Hoping someone has seen this issue and knows of a workaround.

We're using the Dojo DateTextBox, here's our HTML:
<input id="from-date" type="text" name="from-date" class="date-textbox" dojoType="dijit.form.DateTextBox"/>

If I type 1/1/100 in the date textbox and click the date textbox again, the calendar will show up and the years shown in the bottom are "1999 100 101". If I click off the calendar to hide it, then click in the date textbox again the years are fine: "1999 2000 2001".

Syndicate content