Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F886255
NodeList.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
749 B
Subscribers
None
NodeList.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.dtl.ext-dojo.NodeList"
]){
dojo
.
_hasResource
[
"dojox.dtl.ext-dojo.NodeList"
]
=
true
;
dojo
.
provide
(
"dojox.dtl.ext-dojo.NodeList"
);
dojo
.
require
(
"dojox.dtl._base"
);
dojo
.
extend
(
dojo
.
NodeList
,{
dtl
:
function
(
_1
,
_2
){
var
d
=
dojox
.
dtl
;
var
_3
=
this
;
var
_4
=
function
(
_5
,
_6
){
var
_7
=
_5
.
render
(
new
d
.
_Context
(
_6
));
_3
.
forEach
(
function
(
_8
){
_8
.
innerHTML
=
_7
;
});
};
d
.
text
.
_resolveTemplateArg
(
_1
).
addCallback
(
function
(
_9
){
_1
=
new
d
.
Template
(
_9
);
d
.
text
.
_resolveContextArg
(
_2
).
addCallback
(
function
(
_a
){
_4
(
_1
,
_a
);
});
});
return
this
;
}});
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Apr 7, 00:02 (2 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26765
Default Alt Text
NodeList.js (749 B)
Attached To
rZEDHG ZedLegacy
Event Timeline
Log In to Comment