set options cerabox

58 views
Skip to first unread message

ray b

unread,
Mar 15, 2013, 3:44:34 AM3/15/13
to cer...@googlegroups.com
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....

Chad Meyers

unread,
Mar 16, 2013, 8:23:12 AM3/16/13
to cer...@googlegroups.com
what is your html

Chad Meyers

unread,
Mar 16, 2013, 8:25:28 AM3/16/13
to cer...@googlegroups.com
change to this:
window.addEvent('domready', function(){
        $$('a.ceraBox').cerabox({
             displayTitle: false,

creabox-user

unread,
Apr 5, 2013, 3:06:28 AM4/5/13
to cer...@googlegroups.com
Hi Chad

Thanks a lot for you help...
It works now...
Reply all
Reply to author
Forward
0 new messages