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).
|
File size:
356 bytes
|
Line | |
---|
1 | define([ |
---|
2 | "dijit/form/Select", |
---|
3 | "./_SelectStackMixin", |
---|
4 | "dojo/_base/declare" |
---|
5 | ], function(Select, _SelectStackMixin, declare){ |
---|
6 | /*===== |
---|
7 | Select = dijit.form.Select; |
---|
8 | _SelectStackMixin = dojox.form._SelectStackMixin; |
---|
9 | =====*/ |
---|
10 | return declare("dojox.form.DropDownStack", [ Select, _SelectStackMixin ], { |
---|
11 | // summary: A dropdown-based select stack. |
---|
12 | |
---|
13 | }); |
---|
14 | }); |
---|
Note: See
TracBrowser
for help on using the repository browser.