diff --git a/source/Ox.UI/js/Core/Element.js b/source/Ox.UI/js/Core/Element.js index 96ece4f3..36a4e67c 100644 --- a/source/Ox.UI/js/Core/Element.js +++ b/source/Ox.UI/js/Core/Element.js @@ -422,6 +422,11 @@ Ox.Element = function(options, self) { return Ox.map(that.find('.OxElement'), Ox.UI.getOxElement); }; + that.forEach = function() { + // ... + return that; + }; + /*@ gainFocus Makes an element object gain focus () -> This element object @@ -537,6 +542,11 @@ Ox.Element = function(options, self) { }; */ + that.removeElement = function() { + // ... + return that; + }; + /*@ setElement set $element ($element) -> This element