Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F391495
_ClassMixin.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
888 B
Subscribers
None
_ClassMixin.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.manager._ClassMixin"
]){
dojo
.
_hasResource
[
"dojox.form.manager._ClassMixin"
]
=
true
;
dojo
.
provide
(
"dojox.form.manager._ClassMixin"
);
dojo
.
require
(
"dojox.form.manager._Mixin"
);
(
function
(){
var
fm
=
dojox
.
form
.
manager
,
aa
=
fm
.
actionAdapter
,
ia
=
fm
.
inspectorAdapter
;
dojo
.
declare
(
"dojox.form.manager._ClassMixin"
,
null
,{
gatherClassState
:
function
(
_1
,
_2
){
var
_3
=
this
.
inspect
(
ia
(
function
(
_4
,
_5
){
return
dojo
.
hasClass
(
_5
,
_1
);
}),
_2
);
return
_3
;
},
addClass
:
function
(
_6
,
_7
){
this
.
inspect
(
aa
(
function
(
_8
,
_9
){
dojo
.
addClass
(
_9
,
_6
);
}),
_7
);
return
this
;
},
removeClass
:
function
(
_a
,
_b
){
this
.
inspect
(
aa
(
function
(
_c
,
_d
){
dojo
.
removeClass
(
_d
,
_a
);
}),
_b
);
return
this
;
}});
})();
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Feb 22, 20:24 (1 d, 6 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26408
Default Alt Text
_ClassMixin.js (888 B)
Attached To
rZED Zed
Event Timeline
Log In to Comment