link interface to another interface in new tap

Certified Associate Developer

I'm looking for function to open interface2 in new tab" not the same tab"  by clicking a button in  interface1  

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Associate Developer
    in reply to Pedro Simões

    this is the first page :- 

    a!localVariables(
    local!room: 2 ,

    {
    a!columnsLayout(
    columns: {


    a!columnLayout(
    contents: {
    a!richTextDisplayField(
    label: "Rich Text",
    labelPosition: "COLLAPSED",
    value: {
    a!richTextItem(
    text: {"Styled Text"},
    link:
    a!safeLink(
    label: "Company web site",
    uri: "???"
    )

    )},


    )}
    )
    }
    )
    }
    )

    and this the second page:-

    temasysField(
    label: "",
    labelPosition: "ABOVE",
    validations: {},
    height: "AUTO",
    apiKey: "*****************",
    roomId: ri!roomId,
    displayName: loggedInUser(),
    componentLabel: null,
    brandingImageUrl: true,
    primaryColor: "#76bc21",
    backgroundColor: null,
    enableVideo: true(),
    enableAudio: true,
    enableMessaging: true,
    enableScreenShare: true,
    onPeerJoined: null,
    onPeerExit: null,
    onNewMessage: null,

    onError: null
    )

Children
No Data