SplitApp – navigation between master and detail page

  • Klaus79
        5 years ago #17205

        if I want to create a screen with splitApp as in openui5 demo

        https://openui5.hana.ondemand.com/#/entity/sap.m.SplitApp/sample/sap.m.sample.SplitApp/code/V.view.xml

         

        Have I to implement navigation with a script in Process Designer where I can use code snippet from demo app updated by my own controller names

        var sToPageId = oEvent.getParameter(“listItem”).getCustomData()[0].getValue();

        this.getSplitAppObj().toDetail(this.createId(sToPageId));

        Christian Kleinschroth
            Has successfully completed the online course Introduction
            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
        Viewing 2 posts - 1 through 2 (of 2 total)

        You must be logged in to reply to this topic.