Sha256: bfce84d83153eeaf03ed1194450a1a63d046f07b9a1ae814bf5d1b99d30f75fa
Contents?: true
Size: 847 Bytes
Versions: 2
Compression:
Stored size: 847 Bytes
Contents
/** * <%= dijit_full_name %> * Created by <%= config.author %> **/ dojo.provide("<%= dijit_full_name %>"); <% if dijit_base_class != 'null' %> dojo.require("<%= dijit_base_class %>"); <% end %> (function () { //here go private vars and functions dojo.declare("<%= dijit_full_name %>",<%= dijit_base_class %>, { // summary: // HERE WIDGET SUMMARY // baseClass: [protected] String baseClass: "<%= dijit_style_class_name %>" //templateString: dojo.cache("<%= dijit_package_name %>", "templates/<%= dijit_class_name %>.html"), //widgetsInTemplate: true, //buildRendering: function () { //this.inherited(arguments); //}, //layout: function () { //var cb = this._contentBox; //dojo.marginBox(this.containerNode, cb); //}, //postCreate: function () { //this.inherited(arguments); //} }); })();
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
depo-0.0.4 | generators/dijit/templates/class.js |
depo-0.0.3 | generators/dijit/templates/class.js |