Skip to content

Instantly share code, notes, and snippets.

@tbranyen
Created December 1, 2010 20:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tbranyen/724195 to your computer and use it in GitHub Desktop.
Save tbranyen/724195 to your computer and use it in GitHub Desktop.
dojo widget implementation
dojo.provide("dojox.widget.RenderTemplate");
dojo.require("dijit._Widget");
dojo.declare("dojox.widget.RenderTemplate",
dijit._Widget,
{
postCreate: function() {
this.inherited(arguments);
},
// Fetch block
// Render block
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment