1/ The js refers to horizontal_tabs, but the module outputs htabs

2/ After changing this, tabs are working, but by default I see all tabs defined

Comments

attiks’s picture

2/ makes kind of sense now, i have to set the all but one tab to closed

Stalski’s picture

Status: Active » Fixed

1/ was already fixed yesterday i think. the dev release was packaged earlier.

/2 yes indeed. I waited a bit for reactions like this to find out what exactly is needed as extra documentation and guidelines in the form UI's. So i will add the fact that you have to set the collapsibility yourself and you have to think about horizontal tabs and accordion since they need a wrapper.
- horizontals because their link needs to be on top of a container, to toggle all child-containers
- accordion since the jquery.ui expects it like that.
- Vertical tabs is a special case because the core has made a decision there. However, with the group-wrapper and child-group method, this could work very nice as well.

3/ The defaults where added yesterday. So this code is not in the dev (it is committed in the branch). So here we are thinking about which is the best default when (re)choosing a fieldgroup. Currently i took collapsed and closed since this could not break anything, while 3 collapsibles is not that pretty to start with.

@Peter/ attiks: big thank you kisses for helping out and testing the basic features. This will be rewarded with beer in the next drupalCon ;)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.