Dext
Dext is a dojo Javascript toolkit extension library. I was finding that I was re-using some of classes and widgets across several projects so it made sense to encapsulate them into their own namespace.
Features Include:
- dojo.query plugin for suckerTree vertical menu from Dynamicdrive.com
- Provides framework for DTL widgets and data widgets
- Widgets
- AddressTextBox – Presents the user with several expanded address form widgets (eg: address, city, country, postal code), but combines them into a single form element upon submission
- PhoneTextBox – Presents the user with three number entry boxes (area code, number, extension), but combines result into single form element upon submissions
- DateTimeTextBox – Combination of dijit Date and Time text boxes into single widget
- Notice widget – Presents user with a notice (alert) at the top of the screen, which they can choose to close (via cookies). Useful if admin needs to alert all users of a site about something
- No comments yet.