Open Media Library
This commit is contained in:
commit
2ee2bc178a
228 changed files with 85988 additions and 0 deletions
20
static/js/folderPlaceholder.js
Normal file
20
static/js/folderPlaceholder.js
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
'use strict';
|
||||
|
||||
// FIXME: UNUSED
|
||||
|
||||
oml.ui.folderPlaceholder = function(text) {
|
||||
|
||||
var that = Ox.Element()
|
||||
.addClass('OxLight')
|
||||
.css({
|
||||
height: '14px',
|
||||
padding: '1px 4px',
|
||||
});
|
||||
|
||||
that.updateText = function(text) {
|
||||
return that.html(text);
|
||||
};
|
||||
|
||||
return that.updateText(text);
|
||||
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue