Mercurial > hg > digilib-old
comparison client/digitallibrary/jquery/jquery-test-embedded.html @ 879:b2ec8244b86e jquery
arrows: positioning works in embedded mode, too
author | hertzhaft |
---|---|
date | Thu, 17 Mar 2011 19:21:25 +0100 |
parents | e17507559d35 |
children | 82e82774e0d7 |
comparison
equal
deleted
inserted
replaced
878:f6e2e6831aaf | 879:b2ec8244b86e |
---|---|
65 $(document).ready(function(){ | 65 $(document).ready(function(){ |
66 var opts = { | 66 var opts = { |
67 interactionMode : 'embedded', | 67 interactionMode : 'embedded', |
68 scalerBaseUrl : 'http://digilib.biblhertz.it/digilib04/servlet/Scaler', | 68 scalerBaseUrl : 'http://digilib.biblhertz.it/digilib04/servlet/Scaler', |
69 showRegionNumbers : false, | 69 showRegionNumbers : false, |
70 autoRegionLinks : true, | 70 autoRegionLinks : true |
71 buttonSettings : { 'embedded' : { buttonSets : [] } } | |
72 }; | 71 }; |
73 var $div = $('div.digilib'); | 72 var $div = $('div.digilib'); |
74 $div.digilib(opts); | 73 $div.digilib(opts); |
75 | 74 |
76 // $('div.digilib').each(function(){ | 75 // $('div.digilib').each(function(){ |