| /template/breeze/bower_components/gumby/js/libs/ |
| D | gumby.init.js | 10 if((!Gumby.touchDevice || !Gumby.touchEvents) && Gumby.autoInit) { 11 window.Gumby.init(); 14 } else if(Gumby.touchEvents && Gumby.touchDevice) { 15 Gumby.debug('Loading jQuery mobile touch events'); 20 yep: Gumby.touchEvents+'/jquery.mobile.custom.min.js', 24 Gumby.error('Error loading jQuery mobile touch events'); 29 Gumby.touchEventsLoaded = true; 32 if(Gumby.autoInit) { 33 window.Gumby.init(); 36 } else if(Gumby.uiModulesReady) { [all …]
|
| D | gumby.min.js | 1 …Gumby=new i}(jQuery),!function(t){"use strict";function i(t){Gumby.debug("Initializing Checkbox",t…
|
| D | gumby.js | 22 function Gumby() { class 77 Gumby.prototype.init = function(options) { class 111 Gumby.prototype.helpers = function() { 128 Gumby.prototype.ready = function(code) { 137 Gumby.prototype.oldie = function(code) { 146 Gumby.prototype.touch = function(code) { 155 Gumby.prototype.console = function(type, data) { 161 Gumby.prototype.log = function() { this.console('log', arguments); }; 162 Gumby.prototype.debug = function() { this.console('debug', arguments); }; 163 Gumby.prototype.warn = function() { this.console('warn', arguments); }; [all …]
|
| /template/breeze/js/ |
| D | gumby.min.js | 1 …Gumby=new i}(jQuery),!function(t){"use strict";function i(t){Gumby.debug("Initializing Checkbox",t…
|
| /template/breeze/bower_components/gumby/ |
| D | gumby.min.js | 1 …Gumby=new i}(jQuery),!function(t){"use strict";function i(t){Gumby.debug("Initializing Checkbox",t…
|
| D | README.md | 1 Gumby Framework [](htt… 4 Gumby Framework is a flexible, responsive CSS Framework, Powered by SASS. Create rapid and logical … 9 … including our changelog, can be found in the [Wiki](https://github.com/GumbyFramework/Gumby/wiki). 13 Gumby is developed with love by your friends at [Digital Surgeons](http://www.digitalsurgeons.com). 15 Gumby has a few dependencies. Big thank you to the innovative geniuses behind these awesome technol…
|
| /template/breeze/bower_components/gumby/js/libs/ui/ |
| D | gumby.skiplink.js | 10 Gumby.debug('Initializing Skiplink', $el); 25 this.$el.on(Gumby.click+' gumby.skip', function(e) { 29 Gumby.debug('Skip event triggered', scope.$el); 41 Gumby.debug('Re-initializing Skiplink', scope.$el); 48 this.duration = Number(Gumby.selectAttr.apply(this.$el, ['duration'])) || 200; 49 this.offset = Gumby.selectAttr.apply(this.$el, ['offset']) || false; 50 this.easing = Gumby.selectAttr.apply(this.$el, ['easing']) || 'swing'; 51 this.update = Gumby.selectAttr.apply(this.$el, ['update']) ? true : false; 60 target = Gumby.selectAttr.apply(this.$el, ['goto']), 77 Gumby.error('Cannot find skiplink target: '+target); [all …]
|
| D | gumby.checkbox.js | 10 Gumby.debug('Initializing Checkbox', $el); 18 this.$el.on(Gumby.click, function(e) { 34 Gumby.debug('Check event triggered', scope.$el); 37 Gumby.debug('Uncheck event triggered', scope.$el); 54 Gumby.debug('Checking Checkbox', this.$el); 59 Gumby.debug('Triggering onCheck event', this.$el); 60 Gumby.debug('Triggering onChange event', this.$el); 67 Gumby.debug('Unchecking Checkbox', this.$el); 72 Gumby.debug('Triggering onUncheck event', this.$el); 73 Gumby.debug('Triggering onChange event', this.$el); [all …]
|
| D | gumby.fixed.js | 10 Gumby.debug('Initializing Fixed Position', $el); 41 Gumby.debug('Re-initializing Fixed Position', $el); 51 this.fixedPoint = this.parseAttrValue(Gumby.selectAttr.apply(this.$el, ['fixed'])); 54 this.pinPoint = Gumby.selectAttr.apply(this.$el, ['pin']) || false; 57 this.offset = Number(Gumby.selectAttr.apply(this.$el, ['offset'])) || 0; 60 this.pinOffset = Number(Gumby.selectAttr.apply(this.$el, ['pinoffset'])) || 0; 63 this.top = Number(Gumby.selectAttr.apply(this.$el, ['top'])) || 0; 66 this.constrainEl = Gumby.selectAttr.apply(this.$el, ['constrain']) || true; 132 Gumby.debug('Element has been fixed', this.$el); 133 Gumby.debug('Triggering onFixed event', this.$el); [all …]
|
| D | gumby.toggleswitch.js | 17 Gumby.debug('Initializing Toggle', $el); 31 Gumby.debug('Initializing Switch', $el); 50 Gumby.debug('Trigger event triggered', scope.$el); 54 Gumby.debug('Re-initializing '+scope.constructor, $el); 62 this.on = Gumby.selectAttr.apply(this.$el, ['on']) || Gumby.click; 63 this.className = Gumby.selectAttr.apply(this.$el, ['classname']) || 'active'; 64 this.self = Gumby.selectAttr.apply(this.$el, ['self']) === 'false'; 69 var targetStr = Gumby.selectAttr.apply(this.$el, ['trigger']), 101 Gumby.error('Cannot find '+this.constructor.name+' target: '+targets[i]); 112 Gumby.debug('Triggering onTrigger event', this.$el); [all …]
|
| D | gumby.tabs.js | 10 Gumby.debug('Initializing Tabs', $el); 19 this.$nav.children('a').on(Gumby.click, function(e) { 26 Gumby.debug('Set event triggered', scope.$el); 40 Gumby.debug('Setting active tab to '+index, this.$el); 49 Gumby.debug('Triggering onChange event', this.$el); 55 this.$nav.eq(index).find('a').trigger(Gumby.click); 59 Gumby.addInitalisation('tabs', function() { 73 Gumby.UIModule({ 77 Gumby.initialize('tabs');
|
| D | gumby.navbar.js | 9 if(!Gumby.gumbyTouch) { 15 Gumby.debug('Initializing Navbar', $el); 23 this.$el.find('li:not(:has(.dropdown)) a').on(Gumby.click, function() { 31 .on(Gumby.click, this.toggleDropdown) 40 .on(Gumby.click, this.openLink); 44 this.$el.find('li:not(:has(.dropdown)) a[href]').on(Gumby.click, this.openLink); 94 Gumby.addInitalisation('navbar', function() { 108 Gumby.UIModule({ 112 Gumby.initialize('navbar');
|
| D | gumby.radiobtn.js | 10 Gumby.debug('Initializing Radio Button', $el); 18 this.$el.on(Gumby.click, function(e) { 30 Gumby.debug('Check event triggered', scope.$el); 48 Gumby.debug('Updating Radio Button group', this.$el); 63 Gumby.debug('Triggering onCheck event', this.$el); 69 Gumby.addInitalisation('radiobtn', function() { 83 Gumby.UIModule({ 87 Gumby.initialize('radiobtn');
|
| D | gumby.retina.js | 10 Gumby.debug('Initializing Retina', $el); 28 Gumby.error('Couln\'t load retina image: '+scope.retinaSrc); 48 Gumby.debug('Swapping image for retina version', this.$el); 49 Gumby.debug('Triggering onRetina event', this.$el); 54 Gumby.addInitalisation('retina', function() { 74 Gumby.UIModule({ 78 Gumby.initialize('retina');
|
| D | jquery.validation.js | 10 if(Gumby) { 11 Gumby.debug('Initializing Validation', $this);
|
| /template/breeze/bower_components/gumby/js/ |
| D | main.js | 2 Gumby.ready(function() { 3 Gumby.log('Gumby is ready to go...', Gumby.dump()); 6 if(Gumby.isOldie || Gumby.$dom.find('html').hasClass('ie9')) { 18 Gumby.warn("This is an oldie browser..."); 22 Gumby.log("This is a touch enabled device...");
|
| /template/breeze/bower_components/gumby-fittext/ |
| D | gumby.fittext.js | 13 Gumby.debug('Initializing FitText', $el); 28 Gumby.debug('Re-initializing FitText', scope.$el); 44 this.rate = Number(Gumby.selectAttr.apply(this.$el, ['rate'])) || 1; 46 this.fontSizes = this.parseSizes(Gumby.selectAttr.apply(this.$el, ['sizes'])); 59 Gumby.debug('Updated font size to '+size+'px', scope.$el); 94 Gumby.addInitalisation('fittext', function(all) { 117 Gumby.UIModule({ 121 Gumby.initialize('fittext');
|
| D | README.md | 1 Gumby FitText 4 …ored into a Gumby UI module from the awesome [FitText.js](http://fittextjs.com/). For more detaile… 9 … this module into your project. We recommend using this method to install Gumby and any extra UI m…
|
| /template/breeze/bower_components/gumby/sass/functions/ |
| D | _all.scss | 1 // Global Gumby Functions 10 // Global Gumby Mixins
|
| D | _semantic-grid.scss | 3 // Gumby Semantic Grid Mixin //
|
| /template/breeze/bower_components/gumby/sass/ |
| D | gumby.scss | 2 * Gumby Framework 9 * Gumby Framework
|
| /template/breeze/sass/ |
| D | gumby.scss | 2 * Gumby Framework 9 * Gumby Framework
|
| /template/breeze/ |
| D | template.info.txt | 6 … Typography that will change quite a bit soon. Colors based on Solarized. Gumby Framework undernea…
|
| /template/breeze/bower_components/gumby/sass/var/ |
| D | _settings.scss | 1 // Welcome to Gumby 2.0 Settings. 53 // Gumby Default Scale Values: 16, 18, 26, 30, 42, 48, 68, 78, 110, 126;
|
| /template/breeze/sass/var/ |
| D | _settings.scss | 1 // Welcome to Gumby 2.0 Settings. 55 // Gumby Default Scale Values: 16, 18, 26, 30, 42, 48, 68, 78, 110, 126;
|