Hi there
I tried since several hours now, to set options for the behavior from cerabox.
Can someone help me, why all the options I implemented not work?
Here is some of my source code:
Implementation in my html file:
<link rel="stylesheet" type="text/css" href="cerabox/cerabox.css" />
<script type="text/javascript" src="cerabox/mootools-core-1.4.1.js"></script>
<script type="text/javascript" src="cerabox/mootools-more-1.4.0.1-assets.js"></script>
<script type="text/javascript" src="cerabox/cerabox.min.js"></script>
<script type="text/javascript" src="cerabox/cerabox-load.js"></script>
cerabox-load.js:
window.addEvent('domready', function(){
$$('a.ceraBox').cerabox();({
displayTitle: false,
loaderAtItem: true,
clickToClose: true,
animation: 'ease',
mobileView: true,
errorLoadingMessage: 'Sorry, der Inhalt kann nicht dargestellt werden.',
addContentProtectionLayer: true,
});
});
Is there something wrong??
Thank you in advance....