Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
CoachCMS is using Mootools for toggles.

My accordion should display all on start without toggeling.
I found this snipplet but don't know where to place.

Fx.Accordion.implement({
displayAll: function(){
this.elements.setStyles({
'height':'auto',
'opacity':'1',
'visibility':'visible'
});
}
});

I found some options/code here: http://mootools.net/docs/more/Fx/Fx.Accordion

Any help is appeciated.
* * * * * * I LOVE COUCH CMS - flexible and straight forward * * * * * *
Hello chichi,

The very next version of Couch will have a responsive admin-panel running on JQuery. The initial toggle status of each 'group' will be user-configurable then.

So, I suggest, you please make do with whatever functionality the current version has to offer for the time being and wait for the next version.
2 posts Page 1 of 1