NextDateSelect, a Decoupled ChooserQuite possibly my favorite flavor of the chooser. Much like the CalendarSelect, but with functionality of month traversal and a proper month and year display. This class greatly improves on the usability of CalendarSelect. By utilizing the dayclick event, we can easily allow for date "choosing" functionality with just an instantiation of a DateSelect object. This free's the class from tending just one input object or whatever display object is sent to the constructor. I prefer to just use anonymous functions and access the DOM that way.
|
||||||||||||||||||||
CommentsSeptember 03, 2009Karl I would like to introduce a calendar rebuild event. I'd like to perform actions on my code when the calendar is done rebuilding. I am looking at the rebuildTable method in DateSelect.js and considering adding to fire a custom event here. What would you suggest? |
||
Can you explain the property titleNode, used here:
this.controlBar.titleNode.innerHTML
I do not understand where it is defined.
Thanks,
Karl..