Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F947965
_DndBuilder.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
977 B
Subscribers
None
_DndBuilder.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._DndBuilder"
]){
dojo
.
_hasResource
[
"dojox.grid.enhanced.dnd._DndBuilder"
]
=
true
;
dojo
.
provide
(
"dojox.grid.enhanced.dnd._DndBuilder"
);
dojo
.
declare
(
"dojox.grid.enhanced.dnd._DndBuilder"
,
null
,{
domouseup
:
function
(
e
){
if
(
this
.
grid
.
select
.
isInSelectingMode
(
"col"
)){
this
.
grid
.
nestedSorting
?
this
.
grid
.
focus
.
focusSelectColEndingHeader
(
e
)
:
this
.
grid
.
focus
.
focusHeaderNode
(
e
.
cellIndex
);
}
if
(
e
.
cellNode
){
this
.
grid
.
onMouseUp
(
e
);
}
this
.
grid
.
onMouseUpRow
(
e
);
}});
dojo
.
declare
(
"dojox.grid.enhanced.dnd._DndHeaderBuilder"
,
null
,{
domouseup
:
function
(
e
){
if
(
this
.
grid
.
select
.
isInSelectingMode
(
"col"
)){
this
.
grid
.
nestedSorting
?
this
.
grid
.
focus
.
focusSelectColEndingHeader
(
e
)
:
this
.
grid
.
focus
.
focusHeaderNode
(
e
.
cellIndex
);
}
this
.
grid
.
onMouseUp
(
e
);
}});
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 26, 14:10 (6 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27017
Default Alt Text
_DndBuilder.js (977 B)
Attached To
rZEDHG ZedLegacy
Event Timeline
Log In to Comment