Sha256: 872a50335c5746e3a6279947f67d2d961f821c1990ead8d8cc5db192e43e160f
Contents?: true
Size: 845 Bytes
Versions: 4
Compression:
Stored size: 845 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
4 entries across 4 versions & 1 rubygems