Skip to content Skip to sidebar Skip to footer

Using Multiple Disableddatesrule In Yui3 Calender

I am loading up a calendar that blocks out dates dynamically, extracting them from a datasource. The problem is, I cannot set multiple disabledDatesRules. It is either one or the o

Solution 1:

I am the creator of the YUI 3 calendar, and just confirming that your solution is correct -- you can have multiple different rules with the same name, and they will all match.

There's going to be more flexible ways to define rules coming up in the next couple releases, too.

Post a Comment for "Using Multiple Disableddatesrule In Yui3 Calender"