Open Media Library
This commit is contained in:
commit
2ee2bc178a
228 changed files with 85988 additions and 0 deletions
23
static/js/listToolbar.js
Normal file
23
static/js/listToolbar.js
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
'use strict';
|
||||
|
||||
oml.ui.listToolbar = function() {
|
||||
|
||||
var ui = oml.user.ui,
|
||||
|
||||
that = Ox.Bar({size: 24})
|
||||
.css({zIndex: 2})
|
||||
.append(
|
||||
oml.$ui.openButton = oml.ui.openButton()
|
||||
).append(
|
||||
oml.$ui.previewButton = oml.ui.previewButton()
|
||||
).append(
|
||||
oml.$ui.listViewButtons = oml.ui.listViewButtons()
|
||||
).append(
|
||||
oml.$ui.sortElement = oml.ui.sortElement()
|
||||
).append(
|
||||
oml.$ui.findElement = oml.ui.findElement()
|
||||
);
|
||||
|
||||
return that;
|
||||
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue