Navigation between buttons

  • Mani Kumar Yadlapalli
        Has successfully completed the online course Basics (100)
      2 years ago #34215

      Hi Armin,

      I am facing some problem with navigation between buttons.

      when i click on the button i want to navigate to a particular page.but i am unable to navigate. i followed the below method.

      In the main page -> In screen content -> i placed navigation -> inside of the navigation -> in the main contents i placed f_dynamic page -> In the header section i placed tnt_Toolheader -> inside of the tnt_Toolheader i placed all the buttons. when i click on the  button i want to navigate to a page. like follow of all these buttons.  could you please check and give me response.i am attaching a screen shots also for your better understanding.I am waiting for your response.

      Regards

      Mani

       

      Attachments:
      You must be logged in to view attached files.
      Jennifer Häfner
          Has successfully completed the online course Intermediate (200)
          Has successfully completed the online course Advanced (300)
          Has successfully completed the online course Basics (100)
          Has successfully completed the online course Advanced (310)
          Has successfully completed the online course Advanced (320)
          Has successfully completed the Intermediate Certification
          Has successfully completed the Advanced Certification
        2 years ago #34220
        Up
        1
        Down
        ::

        Hi Mani,

        So you don’t want to navigate between pages, but stay on the same page and show different content inside the Navigation widget.

        For this use case, you need to place all the contents that you want to navigate to inside a NavContainer widget. So the basic structure is:

        • Navigation widget
          • mainContents: NavContainer widget
            • pages:
              • Content 1
              • Content 2

        The content of the pages can be any widget, depending on what you want to show.

        Then, in the Process Designer, add the button press events of your buttons to the grid. After the button press events, use the Client-Side Business Object ‘SF_Helper – navContainerNavigation‘. This BO function needs the ID of your NavContainer and the ID of the content that you want to show as an input.

        This navigation concept is also used in our Basics Course, in the lesson ‘Extend Navigation, Create PDF Screen and handle Navigation’ (Module 8 – Lesson 1). I’d recommend to rewatch this video to get more familiar with the NavContainer navigation process.

        Attachments:
        You must be logged in to view attached files.
      Viewing 2 posts - 1 through 2 (of 2 total)

      You must be logged in to reply to this topic.