Creating custom Dojo widgets
You can create custom Dojo widgets in the New Dojo Widget wizard.
Before you begin
About this task
- An HTML file
- A JavaScript file
- A CSS file
Procedure
- In Enterprise Explorer, right-click your Dojo enabled web project and then select Next. The . Click New Dojo Widget wizard opens.
- In the Widget Name field, type the name of the custom widget.
- In the Supertypes field, type the name of the JavaScript types that the new widget extends. By default, dijit._Widget and dijit._Templated are present.
- Click Finish.