From: Salvatore Iovene Date: Thu, 25 Jul 2013 11:16:20 +0000 (+0300) Subject: Add noConflict to many widgets. X-Git-Tag: 0.1.4~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=73a2d74aaeea564ffb1caeaf83fe57115a0f9d92;p=profile%2Fivi%2Fcowhide.git Add noConflict to many widgets. --- diff --git a/dist/cowhide.js b/dist/cowhide.js index 1216610..b8ff9a1 100644 --- a/dist/cowhide.js +++ b/dist/cowhide.js @@ -32750,6 +32750,12 @@ $.widget( "ui.tooltip", { } ); + + /* CHBUTTON PLUGIN DEFINITION + * ========================== */ + + var old = $.fn.ch_button; + $.fn.ch_button = function(option) { return this.each(function() { var $this = $(this), @@ -32773,8 +32779,19 @@ $.widget( "ui.tooltip", { $.fn.ch_button.Constructor = ChButton; + + /* CHBUTTON NO CONFLICT + * ==================== */ + + $.fn.ch_button.noConflict = function() { + $.fn.ch_button = old; + return this; + }; + + /* CHBUTTON DATA-API * ================= */ + $(function() { $('.btn, button, input[type=button]').ch_button(); }) @@ -33017,6 +33034,11 @@ $.widget( "ui.tooltip", { } ); + /* CHRADIOINPUT PLUGIN DEFINITION + * ============================== */ + + var old = $.fn.ch_radio_input; + $.fn.ch_radio_input = function(option) { return this.each(function() { var $this = $(this), @@ -33032,8 +33054,19 @@ $.widget( "ui.tooltip", { $.fn.ch_radio_input.Constructor = ChRadioInput; + + /* CHRADIOINPUT NO CONFLICT + * ======================== */ + + $.fn.ch_radio_input.noConflict = function() { + $.fn.ch_radio_input = old; + return this; + }; + + /* CHRADIOINPUT DATA-API - * ================= */ + * ===================== */ + $(function() { $('input[type=radio]').ch_radio_input(); }) @@ -33070,6 +33103,12 @@ $.widget( "ui.tooltip", { } ); + + /* CHCHECKBOXINPUT PLUGIN DEFINITION + * ================================= */ + + var old = $.fn.ch_checkbox_input; + $.fn.ch_checkbox_input = function(option) { return this.each(function() { var $this = $(this), @@ -33085,8 +33124,19 @@ $.widget( "ui.tooltip", { $.fn.ch_checkbox_input.Constructor = ChCheckboxInput; + + /* CHCHECKBOXINPUT NO CONFLICT + * =========================== */ + + $.fn.ch_checkbox_input.noConflict = function() { + $.fn.ch_checkbox_input = old; + return this; + }; + + /* CHCHECKBOXINPUT DATA-API * ================= */ + $(function() { $('input[type=checkbox]').ch_checkbox_input(); }) @@ -33123,6 +33173,12 @@ $.widget( "ui.tooltip", { } ); + + /* CHSELECT PLUGIN DEFINITION + * ========================== */ + + var old = $.fn.ch_select; + $.fn.ch_select = function(option) { return this.each(function() { var $this = $(this), @@ -33138,8 +33194,19 @@ $.widget( "ui.tooltip", { $.fn.ch_select.Constructor = ChSelect; + + /* CHSELECT NO CONFLICT + * ==================== */ + + $.fn.ch_select.noConflict = function() { + $.fn.ch_select = old; + return this; + }; + + /* CHBUTTON DATA-API * ================= */ + $(function() { $('select').ch_select(); }) @@ -33197,6 +33264,10 @@ $.widget( "ui.tooltip", { } ); + + /* CHPAGE PLUGIN DEFINITION + * ======================== */ + $.fn.ch_page = function(option, value) { return this.each(function() { var $this = $(this), @@ -33220,8 +33291,10 @@ $.widget( "ui.tooltip", { $.fn.ch_page.Constructor = ChPage; + /* CHPAGE DATA-API * ================= */ + $(function() { $('div.page').ch_page(); }) @@ -33274,6 +33347,12 @@ $.widget( "ui.tooltip", { } ); + + /* CHHEADER PLUGIN DEFINITION + * ========================== */ + + var old = $.fn.ch_header; + $.fn.ch_header = function(option) { return this.each(function() { var $this = $(this), @@ -33296,8 +33375,19 @@ $.widget( "ui.tooltip", { $.fn.ch_button.Constructor = ChHeader; + + /* CHHEADER NO CONFLICT + * ==================== */ + + $.fn.ch_header.noConflict = function() { + $.fn.ch_header = old; + return this; + }; + + /* CHHEADER DATA-API * ================= */ + $(function() { $('.ch-header').ch_header('show'); }) @@ -33360,6 +33450,12 @@ $.widget( "ui.tooltip", { } ); + + /* CHSIMPLESCROLLABLE PLUGIN DEFINITION + * ==================================== */ + + var old = $.fn.ch_simple_scrollable; + $.fn.ch_simple_scrollable = function(option) { return this.each(function() { var $this = $(this), @@ -33378,8 +33474,19 @@ $.widget( "ui.tooltip", { $.fn.ch_simple_scrollable.Constructor = ChSimpleScrollable; + + /* CHSIMPLESCROLLABLE NO CONFLICT + * ============================== */ + + $.fn.ch_simple_scrollable.noConflict = function() { + $.fn.ch_simple_scrollable = old; + return this; + }; + + /* CHSIMPLESCROLLABLE DATA-API - * ================= */ + * =========================== */ + $(function() { $('div.ch-simple-scrollable').ch_simple_scrollable('enable'); }) diff --git a/dist/cowhide.min.js b/dist/cowhide.min.js index f709fa7..c9f85d2 100644 --- a/dist/cowhide.min.js +++ b/dist/cowhide.min.js @@ -9,4 +9,4 @@ return t}),gt:d(function(t,e,i){for(var n=0>i?i+e:i;e>++n;)t.push(n);return t})} }})}}(jQuery),function(t){t.effects.effect.transfer=function(e,i){var n=t(this),s=t(e.to),o="fixed"===s.css("position"),r=t("body"),a=o?r.scrollTop():0,l=o?r.scrollLeft():0,h=s.offset(),c={top:h.top-a,left:h.left-l,height:s.innerHeight(),width:s.innerWidth()},u=n.offset(),d=t("
").appendTo(document.body).addClass(e.className).css({top:u.top-a,left:u.left-l,height:n.innerHeight(),width:n.innerWidth(),position:o?"fixed":"absolute"}).animate(c,e.duration,e.easing,function(){d.remove(),i()})}}(jQuery),function(t){t.widget("ui.menu",{version:"@VERSION",defaultElement:"