Home
last modified time | relevance | path

Searched +full:touchenabled +(+path:plugin +path:slider) -(+path:plugin +path:slider +path:lang) (Results 1 – 3 of 3) sorted by relevance

/plugin/slider/conf/
H A Ddefault.php61 $conf['touchEnabled'] = true;
H A Dmetadata.php60 $meta['touchEnabled'] = array('onoff');
/plugin/slider/
H A Djquery.bxslider.js38 touchEnabled: true, property in defaults
343 // if touchEnabled is true, setup the touch events
344 if (slider.settings.touchEnabled && !slider.settings.ticker) initTouch();