diff --git a/source/Ox.UI/js/List/IconList.js b/source/Ox.UI/js/List/IconList.js index 42598f45..e5a5bb6a 100644 --- a/source/Ox.UI/js/List/IconList.js +++ b/source/Ox.UI/js/List/IconList.js @@ -201,6 +201,14 @@ Ox.IconList = function(options, self) { return that; }; + /*@ + openPreview openPreview + @*/ + that.openPreview = function() { + that.$element.openPreview(); + return that; + }; + /*@ reloadList reload list () -> the list