Sha256: ff98a0094976fdec128f5e92e4e9b902ffdf7a10f229855037dfc41b324b281a
Contents?: true
Size: 650 Bytes
Versions: 2
Compression:
Stored size: 650 Bytes
Contents
/** * 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); //} }); });
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
depo-0.0.2 | test/rails_root/public/ria/src/app/my/Dijit.js |
depo-0.0.1 | test/rails_root/public/ria/src/app/my/Dijit.js |