Active
Project:
Drupal core
Version:
main
Component:
forms system
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 May 2011 at 12:04 UTC
Updated:
28 May 2025 at 05:09 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
bismigalis commenteddouble
Comment #6
agoradesign commentedI just needed the same thing.
I failed in integrating the horizontal tabs from field_group module programmatically and ended up in build my own horizontal_tabs form element based on the core's vertical_tabs. You can find this on Github: https://github.com/agoradesign/horizontal_tabs
I've explained in the README file of the module, why it currently is only hosted on Github and not on Drupal. First I want to see that there's demand for that and that the chances are low that this functionality gets merged into Core or field_group soon.
Comment #7
tacituseu commentedComment #8
jrockowitz commentedI also just added support for horizontal tabs using jQueryUI to the Webform module's UX (for D8)
Comment #9
anybodyHorizontal Tabs would make a lot of sense in D8 core while Vertical tabs already exist. +1
Comment #10
droplet commentedLet's see if we could get it approve before implementation. I believe we only need few CSS additions. (Something like a class to toggle the states)
Comment #11
anybodyOk sounds good. Everything else should be part of horizontal_tabs module as described above.
Comment #12
jhonatasfender commentedhttps://github.com/agoradesign/horizontal_tabs/issues/1
I ran the composer require to test, when I enabled the module it presented this error.
to solve the problem I changed the code to:
I would like to know if I can contribute to this change, is it valid?
Comment #13
agoradesign commentedProblem is that field_group and horizontal_tabs conflict with each other. They both declare the same theme hook. see #2988689: Conflict with module field_group
Comment #14
jhonatasfender commented@agoradesign Do you think it's important to post this to help close people?
Comment #15
anybodyFYI: horizontal_tabs are not only part of horizontal_tabs module, but also field_group module!
I created an issue in horizontal_tabs to deprecate it and join efforts on field_group module: #3362594: Deprecate in favor of Field Group module
Updating the issue summary.
Comment #16
anybodyComment #17
quietone commentedThe Ideas project is being deprecated. This issue is moved to the Drupal project. Check that the selected component is correct. Also, add the relevant tags, especially any 'needs manager review' tags.