more OxJS api changes

This commit is contained in:
j 2014-09-29 15:17:59 +02:00
commit ec459b0fac
8 changed files with 11 additions and 11 deletions

View file

@ -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
});