Sortable tabs in designer

Discussions about Forms Designer for SharePoint 2013 / 2016 and Office 365.
Locked
Sonoma
Posts: 88
Joined: Wed Oct 15, 2014

13 May 2016

Any way to add this to the designer to have sortable tabs? Then after changed the save take?

Code: Select all

$(function() {
    var tabs = $( "#fd_tabcontrol-0" ).tabs();
    tabs.find( ".ui-tabs-nav" ).sortable({
      axis: "x",
      stop: function() {
        tabs.tabs( "refresh" );
      }
    });
  });

User avatar
Dmitry Kozlov
Site Admin
Posts: 1524
Joined: Thu Jun 07, 2012

16 May 2016

Your code workd for me. Or do mean you need to save the order of the tabs after saving the form?

Sonoma
Posts: 88
Joined: Wed Oct 15, 2014

16 May 2016

Yes, it works for me in the user forms but in the designmode every once in a while we need to swap tabs but end up moving the objects out of a tab, adding the new tab and place the objects back in. It would be nice to sort the tabs manually if we add a new tab or maybe inserting a new tab inbetween 2 existing tabs.

Thanks.

User avatar
Dmitry Kozlov
Site Admin
Posts: 1524
Joined: Thu Jun 07, 2012

17 May 2016

Thanks for your feedback. We included this feature to our roadmap, hope it will become available soon. If you have a lot of fields/controls in tabs, you can swap them by exporting form into a file and modifing it in a text editor. Please, read the following thread:
viewtopic.php?f=1&t=530

Locked
  • Information
  • Who is online

    Users browsing this forum: No registered users and 18 guests