[Plugin: NextGEN-ImageFlow] onClick Option Does Not Work
-
I cannot get the onClick functionality to work at all. This is apparently related to a problem with the way the domReady script is processing the options stored in the database, with the backslashes not being stripped. The option to use Highslide, for instance, results in the following code:
domReady(function() {
var instance1 = new ImageFlow();
instance1.init({
ImageFlowID:’ImageFlow_1′
imagesHeight: 0.50
onClick: ‘function() { return hs.expand(this,{ src: this.getAttribute(\’longdesc\’)})};’
opacity: true
reflections: false
reflectionGET: ‘&bgc=ffffff’The problem seems to be in the (\’longdesc\’). In any case when the images are clicked on, nothing at all happens. My limited knowledge of Javascript just isn’t up to solving this issue right now. I’d like to use the plugin, but I want my visitors to be able to click on the pictures.
- The topic ‘[Plugin: NextGEN-ImageFlow] onClick Option Does Not Work’ is closed to new replies.