Archive

Posts Tagged ‘Datepicker’

XUL Datepicker XBL Binding

September 14th, 2005

I’ve been using this great datepicker for some projects. The only thing about it that hasn’t been very nice is that its an overlay so when used you have to be careful about mixing up ids. I typically use it with an input box and a nice calendar button. So, building on the work of the datepicker I bundled it into an easy to use XBL widget.

datepicker XBL binding
Updated Link:datepicker XBL binding

to use it unpack the tar ball, and add some css like:


datepicker{
-moz-binding: url("chrome://package/content/datepicker.xml#datepicker");
}

Also, note that you’ll have to go through the files and fix the chrome paths to match the package your using the datepicker from.

Software , , ,