more OxJS api changes
This commit is contained in:
parent
4fc5fc53de
commit
ec459b0fac
8 changed files with 11 additions and 11 deletions
|
|
@ -336,7 +336,7 @@ oml.enableDragAndDrop = function($list, canMove) {
|
|||
});
|
||||
});
|
||||
$tooltip.options({title: getTitle()}).show(data.event);
|
||||
Ox.UI.$window.on({
|
||||
Ox.$window.on({
|
||||
keydown: keydown,
|
||||
keyup: keyup
|
||||
});
|
||||
|
|
@ -371,7 +371,7 @@ oml.enableDragAndDrop = function($list, canMove) {
|
|||
title = $panel.children('.OxBar').children('.OxTitle')
|
||||
.html().split(' ')[0].toLowerCase();
|
||||
if (!ui.showFolder[title]) {
|
||||
Ox.UI.elements[$panel.data('oxid')].options({
|
||||
Ox.$elements[$panel.data('oxid')].options({
|
||||
collapsed: false
|
||||
});
|
||||
}
|
||||
|
|
@ -411,7 +411,7 @@ oml.enableDragAndDrop = function($list, canMove) {
|
|||
},
|
||||
draganddropend: function(data) {
|
||||
var targets;
|
||||
Ox.UI.$window.off({
|
||||
Ox.$window.off({
|
||||
keydown: keydown,
|
||||
keyup: keyup
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue