Home
last modified time | relevance | path

Searched refs:controlIconsEnabled (Results 1 – 2 of 2) sorted by relevance

/plugin/rigrr/lib/svg-pan-zoom/
Dsvg-pan-zoom.js207 …, controlIconsEnabled: false // insert icons to give user an option in addition to mouse events to… property
244 if (this.options.controlIconsEnabled && this.options.zoomEnabled) {
578 if (this.options.controlIconsEnabled) {
768 if (that.options.controlIconsEnabled && !that.options.zoomEnabled) {
774 if (that.options.controlIconsEnabled && that.options.zoomEnabled) {
781 if (that.options.zoomEnabled && !that.options.controlIconsEnabled) {
782 that.options.controlIconsEnabled = true
787 if (that.options.controlIconsEnabled) {
788 that.options.controlIconsEnabled = false;
792 , isControlIconsEnabled: function() {return !!that.options.controlIconsEnabled}
/plugin/rigrr/
Dscript.js16 controlIconsEnabled: true property