Home
last modified time | relevance | path

Searched refs:Gumby (Results 1 – 25 of 28) sorted by relevance

12

/template/breeze/js/
H A Dgumby.min.js1Gumby=new i}(jQuery),!function(t){"use strict";function i(t){Gumby.debug("Initializing Checkbox",t…
/template/breeze/bower_components/gumby/js/libs/
H A Dgumby.min.js1Gumby=new i}(jQuery),!function(t){"use strict";function i(t){Gumby.debug("Initializing Checkbox",t…
H A Dgumby.init.js10 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',
29 Gumby.touchEventsLoaded = true;
32 if(Gumby.autoInit) {
33 window.Gumby.init();
36 } else if(Gumby.uiModulesReady) {
37 Gumby.helpers();
[all …]
H A Dgumby.js22 function Gumby() { class
77 Gumby.prototype.init = function(options) {
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) {
167 Gumby.prototype.dump = function() {
180 Gumby.prototype.selectAttr = function() {
235 Gumby.prototype.UIModule = function(data) {
[all …]
/template/breeze/bower_components/gumby/
H A Dgumby.min.js1Gumby=new i}(jQuery),!function(t){"use strict";function i(t){Gumby.debug("Initializing Checkbox",t…
H A DREADME.md1 Gumby Framework [![Build Status](https://travis-ci.org/GumbyFramework/Gumby.png?branch=master)](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/
H A Dgumby.skiplink.js10 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);
60 target = Gumby.selectAttr.apply(this.$el, ['goto']),
77 Gumby.error('Cannot find skiplink target: '+target);
92 Gumby.debug('Skipping to target', this.$el);
101 Gumby.debug('Triggering onComplete event', scope.$el);
127 Gumby.addInitalisation('skiplink', function(all) {
150 Gumby.UIModule({
[all …]
H A Dgumby.checkbox.js10 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);
80 Gumby.addInitalisation('checkbox', function() {
94 Gumby.UIModule({
[all …]
H A Dgumby.fixed.js10 Gumby.debug('Initializing Fixed Position', $el);
41 Gumby.debug('Re-initializing Fixed Position', $el);
132 Gumby.debug('Element has been fixed', this.$el);
133 Gumby.debug('Triggering onFixed event', this.$el);
148 Gumby.debug('Element has been unfixed', this.$el);
157 Gumby.debug('Element has been pinned', this.$el);
167 Gumby.debug("Constraining element", this.$el);
202 Gumby.error('Cannot find Fixed target: '+attr);
210 Gumby.addInitalisation('fixed', function(all) {
233 Gumby.UIModule({
[all …]
H A Dgumby.toggleswitch.js17 Gumby.debug('Initializing Toggle', $el);
31 Gumby.debug('Initializing Switch', $el);
50 Gumby.debug('Trigger event triggered', scope.$el);
62 this.on = Gumby.selectAttr.apply(this.$el, ['on']) || Gumby.click;
123 Gumby.debug('Triggering Toggle', this.$el);
170 Gumby.debug('Triggering Switch', this.$el);
210 Gumby.addInitalisation('toggles', function(all) {
232 Gumby.addInitalisation('switches', function(all) {
255 Gumby.UIModule({
260 Gumby.initialize('switches');
[all …]
H A Dgumby.tabs.js10 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');
H A Dgumby.navbar.js9 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');
H A Dgumby.radiobtn.js10 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');
H A Dgumby.retina.js10 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');
H A Djquery.validation.js10 if(Gumby) {
11 Gumby.debug('Initializing Validation', $this);
/template/breeze/bower_components/gumby/js/
H A Dmain.js2 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/
H A Dgumby.fittext.js13 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');
H A DREADME.md1 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/
H A D_all.scss1 // Global Gumby Functions
10 // Global Gumby Mixins
H A D_semantic-grid.scss3 // Gumby Semantic Grid Mixin //
/template/breeze/bower_components/gumby/sass/
H A Dgumby.scss2 * Gumby Framework
9 * Gumby Framework
/template/breeze/sass/
H A Dgumby.scss2 * Gumby Framework
9 * Gumby Framework
/template/breeze/
H A Dtemplate.info.txt6 … Typography that will change quite a bit soon. Colors based on Solarized. Gumby Framework undernea…
/template/breeze/bower_components/gumby/sass/var/
H A D_settings.scss1 // 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/
H A D_settings.scss1 // Welcome to Gumby 2.0 Settings.
55 // Gumby Default Scale Values: 16, 18, 26, 30, 42, 48, 68, 78, 110, 126;

12