Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F947944
_DndRowSelector.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
616 B
Subscribers
None
_DndRowSelector.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.grid.enhanced.dnd._DndRowSelector"
]){
dojo
.
_hasResource
[
"dojox.grid.enhanced.dnd._DndRowSelector"
]
=
true
;
dojo
.
provide
(
"dojox.grid.enhanced.dnd._DndRowSelector"
);
dojo
.
declare
(
"dojox.grid.enhanced.dnd._DndRowSelector"
,
null
,{
domousedown
:
function
(
e
){
this
.
grid
.
onMouseDown
(
e
);
},
domouseup
:
function
(
e
){
this
.
grid
.
onMouseUp
(
e
);
},
dofocus
:
function
(
e
){
e
.
cellNode
.
style
.
border
=
"solid 1px"
;
}});
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 26, 14:02 (10 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27053
Default Alt Text
_DndRowSelector.js (616 B)
Attached To
rZED Zed
Event Timeline
Log In to Comment