在新标签页中打开-Outsystems Web

问题描述 投票:0回答:1

我有一个列表显示在网络块内。我需要系统功能,当我右键单击显示的文件名,然后选择在新选项卡中打开时,文件预览将显示在新选项卡上,但是当我尝试执行此操作时,新选项卡将转到url *关于:blank#blocked *。这可能是什么原因,我该如何解决?谢谢

target outsystems
1个回答
0
投票

这应该可以工作,尽管它是用于左键单击,但我确信extended property调用onRightclick或类似的东西都可以使用。

In the Interface tab right click your UIFlow (For me it is called Common)
    Add External Site
    Rename External Site to "ExternalURL"
    Right click ExternalURL
        Add Input Parameter
        Name the new Input "URL"
            Set Is Manditory as Yes
            Set Data Type as Text
    On your link properties
        Set Destination to UIFlowName\ExternalURL (For me it is called Common\ExternalURL)
            Set URL to your desired address (example: "http://google.com")
            Add an Extended Property called "formtarget"
                Set its value to "_blank"
© www.soinside.com 2019 - 2024. All rights reserved.