RLumShiny/ 0000755 0001762 0000144 00000000000 13416077073 012154 5 ustar ligges users RLumShiny/inst/ 0000755 0001762 0000144 00000000000 13142322743 013122 5 ustar ligges users RLumShiny/inst/www/ 0000755 0001762 0000144 00000000000 13142322714 013744 5 ustar ligges users RLumShiny/inst/www/jscolor_inputBinding.js 0000644 0001762 0000144 00000000705 13020024066 020463 0 ustar ligges users // JSColor shiny input binding var jscolor = new Shiny.InputBinding(); $.extend(jscolor, { find: function(scope) { return $(scope).find("input.color"); }, getValue: function(el) { return $(el).val() }, subscribe: function(el, callback) { $(el).on("afterChange", function(e) { callback(); }); }, unsubscribe: function(el) { $(el).off("input.color"); } }); Shiny.inputBindings.register(jscolor); RLumShiny/inst/www/jscolor/ 0000755 0001762 0000144 00000000000 13020024066 015411 5 ustar ligges users RLumShiny/inst/www/jscolor/demo.html 0000644 0001762 0000144 00000000306 13020024066 017222 0 ustar ligges users