/** */ Ox.Panel = function(options, self) { var self = self || {}, that = new Ox.Element({}, self) .addClass('OxPanel'); return that; };