Custom JS to Hide/Show DFFS Tabs?

Home Forums Classic DFFS Custom JS to Hide/Show DFFS Tabs?

Viewing 2 reply threads
  • Author
    Posts
    • #34314
      Mitchell T
      Participant

        Hello,

        Is there a function to hide or show a tab in DFFS with custom JS?

        • This topic was modified 3 years, 4 months ago by Mitchell T.
      • #34317
        Alexander Bautz
        Keymaster

          Hi,
          You can use this internal function:

          // Hide the tab with "Tab unique ID" = "the_tab":
          spjs.dffs.toggleVisibleTab("the_tab", false);
          // Show the tab with "Tab unique ID" = "the_tab"
          spjs.dffs.toggleVisibleTab("the_tab", true);

          Alexander

        • #34319
          Mitchell T
          Participant

            Thank You Alexander!! Much Appreciated

        Viewing 2 reply threads
        • You must be logged in to reply to this topic.