Mercurial > hg > digilib
comparison client/digitallibrary/jquery/jquery.digilib.js @ 714:e7655e38764b jquery
get rid of currently unused SEParator button
author | hertzhaft |
---|---|
date | Mon, 31 Jan 2011 13:34:32 +0100 |
parents | 653f0a87550c |
children | db1c0aea4599 |
comparison
equal
deleted
inserted
replaced
713:653f0a87550c | 714:e7655e38764b |
---|---|
218 // defaults for digilib buttons | 218 // defaults for digilib buttons |
219 'buttonSettings' : { | 219 'buttonSettings' : { |
220 'fullscreen' : { | 220 'fullscreen' : { |
221 // path to button images (must end with a slash) | 221 // path to button images (must end with a slash) |
222 'imagePath' : 'img/fullscreen/', | 222 'imagePath' : 'img/fullscreen/', |
223 'standardSet' : ["reference","zoomin","zoomout","zoomarea","zoomfull","pagewidth","back","fwd","page","bird","SEP","help","reset","toggleoptions"], | 223 'standardSet' : ["reference","zoomin","zoomout","zoomarea","zoomfull","pagewidth","back","fwd","page","bird","help","reset","toggleoptions"], |
224 'specialSet' : ["mark","delmark","hmir","vmir","rot","brgt","cont","rgb","quality","size","calibrationx","scale","SEP","toggleoptions"], | 224 'specialSet' : ["mark","delmark","hmir","vmir","rot","brgt","cont","rgb","quality","size","calibrationx","scale","toggleoptions"], |
225 'buttonSets' : ['standardSet', 'specialSet'] | 225 'buttonSets' : ['standardSet', 'specialSet'] |
226 }, | 226 }, |
227 'embedded' : { | 227 'embedded' : { |
228 'imagePath' : 'img/embedded/16/', | 228 'imagePath' : 'img/embedded/16/', |
229 'standardSet' : ["reference","zoomin","zoomout","zoomarea","zoomfull","back","fwd","page","bird","SEP","help","reset","toggleoptions"], | 229 'standardSet' : ["reference","zoomin","zoomout","zoomarea","zoomfull","back","fwd","page","bird","help","reset","toggleoptions"], |
230 'specialSet' : ["hmir","vmir","rot","brgt","cont","rgb","quality","size","SEP","toggleoptions"], | 230 'specialSet' : ["hmir","vmir","rot","brgt","cont","rgb","quality","size","toggleoptions"], |
231 'buttonSets' : ['standardSet', 'specialSet'] | 231 'buttonSets' : ['standardSet', 'specialSet'] |
232 } | 232 } |
233 }, | 233 }, |
234 // number of visible button groups | 234 // number of visible button groups |
235 'visibleButtonSets' : 1, | 235 'visibleButtonSets' : 1, |