0

If you are familiar with drupal 7, you will remember there are some tabs at top right of edit screen of contents. I want to separate my content into those kind of tabs. Because I have numerous field collections in my content and they all have more than 100 entries. My client, obviously, doesn't want to wait for a long time just to change a text part in that content.

Cœur
  • 37,241
  • 25
  • 195
  • 267
Süha Boncukçu
  • 913
  • 1
  • 10
  • 29

1 Answers1

0

Checkout below modules might help you

  1. https://www.drupal.org/project/field_group
  2. https://www.drupal.org/project/editablefields

Cheers!!!

Prashant Kanse
  • 772
  • 11
  • 23
  • Unfortunately they are just html5 tabs. Even pagegroup widget is not making a network call. So, nothing changes about performance, you still have to wait. – Süha Boncukçu Sep 18 '14 at 13:44
  • You can try combination of View and quick tab module. Quick tab has option to load content on click. Also using editable fields you can edit content on fly. – Prashant Kanse Sep 19 '14 at 06:24
  • With field group, there's an option for horizontal tab groups and horizontal tabs. This enables jQuery UI tabs for node edit fields. We do this all the time with large content types so that on node edit, you can switch from tab to tab without a page reload. – Danny Englander Sep 19 '14 at 15:13