Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
collapsible panel items
as the topic allready says .. with such + - icons ... would be a nice feature to keep the panel clean and tidy
0
This discussion has been closed.
Comments
Anyone else think this a worthwhile extension?
In fact, all of the cookie and processing work could be done with Mootools too. Just a matter of hacking the panel to give the +/- buttons. Although I was thinking maybe just clicking on the header should collapse it?
Edit: Thinking about it some more. There'd be very little Vanilla hackery required, pretty much the entire thing could be done with javascript. I'd just need to write an extension to apply it.
Does this mean you've started on such an extension?
Either way I have indeed started (and almost finished) such an extension.
Cheers!
Window.addEvent is not a function (slidepanel.js line 2)
It appears that Mootools (i.e. mootools.js) is not loading - even though I've verified it is the first line in conf/extensions.php. I've also tried disabling the Yellow Fade extension, but to no avail.
<script type="text/javascript" src="/js/global.js"></script> <script type="text/javascript" src="/js/vanilla.js"></script> <script type="text/javascript" src="/js/ajax.js"></script> <script type="text/javascript" src="/js/ac.js"></script> <script type="text/javascript" src="/extensions/JQuery/jquery-1.2.1.min.js"></script> <script type="text/javascript" src="/extensions/JQThickBox/thickbox-3.1.min.js"></script> <script type="text/javascript" src="/extensions/Poll/functions.js"></script> <script type="text/javascript" src="/js/prototype.js"></script> <script type="text/javascript" src="/js/scriptaculous.js"></script> <script type="text/javascript" src="/extensions/Notify/functions.js"></script> <script type="text/javascript" src="/extensions/LiveSearch/livesearch.js"></script> <script type="text/javascript" src="/extensions/CategoryFilter/functions.js"></script> <script type="text/javascript" src="/extensions/CollapsiblePanel/slidepanel.js"></script><style type="text/css">
memo to myself: fyorl is faster than his own shadow
Edit: Actually, I tested this on my development server and if I disable the Mootools extension Collapsible Panel works.