Last change
on this file since 256 was
256,
checked in by hendrikvanantwerpen, 13 years ago
|
Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).
|
-
Property svn:executable set to
*
|
File size:
550 bytes
|
Line | |
---|
1 | define(["dojo/_base/declare", "dijit/_WidgetBase"], function(declare, WidgetBase){ |
---|
2 | /*===== |
---|
3 | WidgetBase = dijit._WidgetBase; |
---|
4 | declare = dojo.declare; |
---|
5 | =====*/ |
---|
6 | |
---|
7 | return declare("dojox.mvc.Group", [WidgetBase], { |
---|
8 | // summary: |
---|
9 | // A simple model-bound container widget with single-node binding to a data model. |
---|
10 | // |
---|
11 | // description: |
---|
12 | // A group is usually bound to an intermediate dojo.Stateful node in the data model. |
---|
13 | // Child dijits or custom view components inside a group inherit their parent |
---|
14 | // data binding context from it. |
---|
15 | }); |
---|
16 | }); |
---|
Note: See
TracBrowser
for help on using the repository browser.