<script type="text/javascript" defer="defer">
domReady(function() {
var instance1 = new ImageFlow();
instance1.init({
ImageFlowID:'ImageFlow_1'
, buttons: true
, captions: false
, imageFocusMax: 2
, onClick: 'function() { return hs.expand(this,{ src: this.getAttribute(\'longdesc\')})};'
, reflectionGET: '&bgc=ffffff'
});
});
I am having the same problem but in FireFox the textbox is updated when you change options but, in the html source code it adds single quotes.
Have anyone seen/fixed this issue?