Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F944791
DateTextBox.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
592 B
Subscribers
None
DateTextBox.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
[
"dijit.form.DateTextBox"
]){
dojo
.
_hasResource
[
"dijit.form.DateTextBox"
]
=
true
;
dojo
.
provide
(
"dijit.form.DateTextBox"
);
dojo
.
require
(
"dijit.Calendar"
);
dojo
.
require
(
"dijit.form._DateTimeTextBox"
);
dojo
.
declare
(
"dijit.form.DateTextBox"
,
dijit
.
form
.
_DateTimeTextBox
,{
baseClass
:
"dijitTextBox dijitDateTextBox"
,
popupClass
:
"dijit.Calendar"
,
_selector
:
"date"
,
value
:
new
Date
(
""
)});
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 25, 23:34 (1 w, 15 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25313
Default Alt Text
DateTextBox.js (592 B)
Attached To
rZEDHG ZedLegacy
Event Timeline
Log In to Comment