UNPKG

dojox

Version:

Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.

13 lines 282 B
define([ "dijit/form/Select", "./_SelectStackMixin", "dojo/_base/declare" ], function(Select, _SelectStackMixin, declare){ /*===== return { // summary: // A dropdown-based select stack. }; =====*/ return declare("dojox.form.DropDownStack", [ Select, _SelectStackMixin ]); });