o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1361449320.318593cÔ: @value"]{I" class:EFI"BundledAsset;FI"logical_path;FI"9iugu-ux/components/usecode/iugu-ui-responsive-box.js;FI" pathname;FI"–/Users/patricknegri/.rvm/gems/ruby-1.9.2-p290/gems/iugu-ux-0.9.2/vendor/assets/javascripts/iugu-ux/components/usecode/iugu-ui-responsive-box.js.coffee;FI"content_type;FI"application/javascript;FI" mtime;FI"2013-01-17T19:18:49-02:00;FI" length;FiI" digest;F"%7002617dc2f4dbe6d21da543ce24bf2eI" source;FI"(function() { var __hasProp = {}.hasOwnProperty, __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }; IuguUI.ResponsiveBox = (function(_super) { __extends(ResponsiveBox, _super); function ResponsiveBox() { return ResponsiveBox.__super__.constructor.apply(this, arguments); } ResponsiveBox.prototype.layout = "iugu-ui-responsive-box"; ResponsiveBox.prototype.defaults = { sidebar: null }; ResponsiveBox.prototype.initialize = function() { _.bindAll(this, 'toggleSidebar'); this.sidebar = this.options.sidebar; if (!this.sidebar) { this.sidebar = new IuguUI.ScrollableContainer(); } this.content = new IuguUI.ScrollableContainer(); this.sidebar_wrapper = null; return this.content_wrapper = null; }; ResponsiveBox.prototype.getSidebarWrapper = function() { return this.sidebar_wrapper; }; ResponsiveBox.prototype.getSidebar = function() { return this.sidebar; }; ResponsiveBox.prototype.getContent = function() { return this.content.getContainer(); }; ResponsiveBox.prototype.setTitle = function(title) { return this.$('.responsive-title').html(title); }; ResponsiveBox.prototype.getTitle = function() { return this.$('.responsive-title').html(); }; ResponsiveBox.prototype.reallyToggleSidebar = function() { var preventContainer, uibox, uisidebar; uibox = this.$('.ui-responsive-box'); uisidebar = uibox.children('.sidebar'); if (uisidebar.css('z-index') !== '1000') { return; } preventContainer = $(document.createElement('div')); preventContainer.css('position', 'absolute'); preventContainer.css('width', '100%'); preventContainer.css('height', '100%'); preventContainer.css('left', '0px'); preventContainer.css('top', '0px'); preventContainer.css('backgroundColor', 'transparent'); preventContainer.css('z-index', '5000'); uibox.append(preventContainer); uibox.toggleClass('open'); return setTimeout(function() { return preventContainer.remove(); }, 500); }; ResponsiveBox.prototype.toggleSidebar = function(evt) { evt.preventDefault(); return this.reallyToggleSidebar(); }; ResponsiveBox.prototype.render = function() { var small_navigation, that; ResponsiveBox.__super__.render.apply(this, arguments); $(document.body).addClass('ui-box-background'); this.sidebar_wrapper = $(document.createElement('div')); this.content_wrapper = $(document.createElement('div')); this.sidebar_wrapper.addClass("sidebar"); this.content_wrapper.addClass("content-area handle-sidebar"); small_navigation = $(document.createElement('div')); small_navigation.addClass('small-navigation'); small_navigation.html('
'); this.sidebar.setElement(this.sidebar_wrapper).render(); this.content.setElement(this.content_wrapper).render(); this.content_wrapper.append(small_navigation); this.$('.ui-responsive-box').append(this.sidebar_wrapper, this.content_wrapper); that = this; if (window.TOUCH_SUPPORT) { this.$('.toggle-sidebar').bind('touchstart', that.toggleSidebar); } else { this.$('.toggle-sidebar').bind('click', that.toggleSidebar); } return this; }; return ResponsiveBox; })(IuguUI.Base); this.IuguUI.ResponsiveBox = IuguUI.ResponsiveBox; }).call(this); ;FI"required_assets_digest;F"%674308d4ccee177eb39ff30cbd13f45fI" _version;F"%6776f581a4329e299531e1d52aa59832