IconList: add missing openPreview method
This commit is contained in:
parent
9986aff802
commit
b18c84a4ce
1 changed files with 8 additions and 0 deletions
|
@ -201,6 +201,14 @@ Ox.IconList = function(options, self) {
|
|||
return that;
|
||||
};
|
||||
|
||||
/*@
|
||||
openPreview <f> openPreview
|
||||
@*/
|
||||
that.openPreview = function() {
|
||||
that.$element.openPreview();
|
||||
return that;
|
||||
};
|
||||
|
||||
/*@
|
||||
reloadList <f> reload list
|
||||
() -> <o> the list
|
||||
|
|
Loading…
Reference in a new issue