Challenge Overview
Our application has a page called My Clients that lists client records. The list can be filtered with a set of search criteria. The search criteria are entered by the user through a set of fields (dropdowns, text, calendar, etc…). The component for this event will be a Dojo widget that encapsulates the filter and all its fields.
Widget is designed as Dojo custom widget. More information can found in web. E.g.:
http://dojotoolkit.org/documentation/tutorials/1.6/recipes/custom_widget/
Component will be composed of 2 files:
MyClientsFilterWidget.js – contains JavaScript code of the widget declaration (see MyClientsFilterWidget in UML);
MyClientsFilterWidget.html – contains widget template HTML (see CS 1.3.1).
Final Submission Guidelines
N/A