/** * app.my.Dijit * Created by niquola@gmail.com **/ dojo.provide("app.my.Dijit"); (function () { //here go private vars and functions dojo.declare("app.my.Dijit",null, { // summary: // HERE WIDGET SUMMARY // baseClass: [protected] String baseClass: "AppMyDijit" //templateString: dojo.cache("app.my", "templates/Dijit.html"), //widgetsInTemplate: true, //buildRendering: function () { //this.inherited(arguments); //}, //layout: function () { //var cb = this._contentBox; //dojo.marginBox(this.containerNode, cb); //}, //postCreate: function () { //this.inherited(arguments); //} }); })();