Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F945172
NodeList-style.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
883 B
Subscribers
None
NodeList-style.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.fx.ext-dojo.NodeList-style"
]){
dojo
.
_hasResource
[
"dojox.fx.ext-dojo.NodeList-style"
]
=
true
;
dojo
.
provide
(
"dojox.fx.ext-dojo.NodeList-style"
);
dojo
.
experimental
(
"dojox.fx.ext-dojo.NodeList-style"
);
dojo
.
require
(
"dojo.NodeList-fx"
);
dojo
.
require
(
"dojox.fx.style"
);
dojo
.
extend
(
dojo
.
NodeList
,{
addClassFx
:
function
(
_1
,
_2
){
return
dojo
.
fx
.
combine
(
this
.
map
(
function
(
n
){
return
dojox
.
fx
.
addClass
(
n
,
_1
,
_2
);
}));
},
removeClassFx
:
function
(
_3
,
_4
){
return
dojo
.
fx
.
combine
(
this
.
map
(
function
(
n
){
return
dojox
.
fx
.
removeClass
(
n
,
_3
,
_4
);
}));
},
toggleClassFx
:
function
(
_5
,
_6
,
_7
){
return
dojo
.
fx
.
combine
(
this
.
map
(
function
(
n
){
return
dojox
.
fx
.
toggleClass
(
n
,
_5
,
_6
,
_7
);
}));
}});
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 26, 01:15 (5 d, 7 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26670
Default Alt Text
NodeList-style.js (883 B)
Attached To
rZEDHG ZedLegacy
Event Timeline
Log In to Comment