Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F946740
DropDownSelect.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
530 B
Subscribers
None
DropDownSelect.js
View Options
/*
Copyright (c) 2004-2009, The Dojo Foundation All Rights Reserved.
Available via Academic Free License >= 2.1 OR the modified BSD license.
see: http://dojotoolkit.org/license for details
*/
if
(
!
dojo
.
_hasResource
[
"dojox.form.DropDownSelect"
]){
dojo
.
_hasResource
[
"dojox.form.DropDownSelect"
]
=
true
;
dojo
.
deprecated
(
"dojox.form.DropDownSelect"
,
"Use dijit.form.Select instead"
,
"2.0"
);
dojo
.
provide
(
"dojox.form.DropDownSelect"
);
dojo
.
require
(
"dijit.form.Select"
);
dojo
.
setObject
(
"dojox.form.DropDownSelect"
,
dijit
.
form
.
Select
);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 26, 08:44 (1 d, 13 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26270
Default Alt Text
DropDownSelect.js (530 B)
Attached To
rZEDHG ZedLegacy
Event Timeline
Log In to Comment