mycalendar.get('boundingBox').on(
'clickoutside',
function() {
mycalendar.hide();
}
);
| Hi Marco, |
'boundingBox' ?
mycalendar.get('boundingBox').on(
'clickoutside',
function() {
mycalendar.hide();
}
);
--
You received this message because you are subscribed to the Google Groups "yui-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to yui-support...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
[...]
'datatype-date-math',
'event-outside',
[...]
At last, I go the easy way and put a close button into my calendar <div> container
http://jsfiddle.net/rLYsy/11/
--
You received this message because you are subscribed to the Google Groups "yui-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to yui-support...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.