add renderAnnotation method
This commit is contained in:
parent
5f5ebc3b7a
commit
ef2b56e0a9
4 changed files with 30 additions and 19 deletions
|
|
@ -1,10 +1,9 @@
|
|||
oml.ui.annotationFolder = function() {
|
||||
|
||||
var ui = oml.user.ui,
|
||||
that = Ox.Element().addClass('OxAnnotationFolder').css({
|
||||
overflowY: 'auto',
|
||||
overflowX: 'hidden',
|
||||
});
|
||||
var that = Ox.Element().addClass('OxAnnotationFolder').css({
|
||||
overflowY: 'auto',
|
||||
overflowX: 'hidden',
|
||||
});
|
||||
|
||||
return that;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue