Changeset 407 for Dev/branches/rest-dojo-ui/client/rft/ui/ObjectBox.js
- Timestamp:
- 09/05/12 14:41:13 (13 years ago)
- Location:
- Dev/branches/rest-dojo-ui
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/rest-dojo-ui
- Property svn:ignore
-
old new 1 1 nbproject 2 2 .project 3 release
-
- Property svn:ignore
-
Dev/branches/rest-dojo-ui/client
- Property svn:externals
-
old new 1 dojotoolkit http://svn.dojotoolkit.org/src/tags/release-1.8.0 1 dojo http://svn.dojotoolkit.org/src/tags/release-1.8.0/dojo 2 dijit http://svn.dojotoolkit.org/src/tags/release-1.8.0/dijit 3 dojox http://svn.dojotoolkit.org/src/tags/release-1.8.0/dojox 4 util http://svn.dojotoolkit.org/src/tags/release-1.8.0/util
-
- Property svn:externals
-
Dev/branches/rest-dojo-ui/client/rft/ui/ObjectBox.js
r406 r407 6 6 'dijit/_WidgetsInTemplateMixin', 7 7 'rft/ui/LineWithActionsWidget', 8 'dojo/text!./templates/ObjectBox.html' ,8 'dojo/text!./templates/ObjectBox.html' 9 9 ], function(declare, lang, _WidgetBase, _TemplatedMixin, _WidgetsInTemplateMixin, LineWithActionsWidget, template){ 10 return declare( 'rft.ui.ObjectBox',[_WidgetBase, _TemplatedMixin, _WidgetsInTemplateMixin], {10 return declare([_WidgetBase, _TemplatedMixin, _WidgetsInTemplateMixin], { 11 11 baseClass: "rftObjectBox", 12 12 templateString: template,
Note: See TracChangeset
for help on using the changeset viewer.