acumatica 形式的 IFRAME

问题描述 投票:0回答:2
acumatica
2个回答
0
投票

我在表中尝试过,它对我有用

<asp:Content ID="cont2" ContentPlaceHolderID="phF" runat="Server">
<px:PXFormView ID="form" runat="server" DataSourceID="ds" DataMember="Document" 
    AllowCollapse="False" Width="100%" Height="100%" TabIndex="100" CaptionVisible="false">
    <Template>
        <table runat="server" style="width: 100%;height=1000px">
            <tr>
                <td style="height=800px;width=100%">
                   
      
            <iframe id="myform" src="My Url" width="100%" height="800px" scrolling="no" ></iframe>
        
                    </td>
                </tr>
            </table>
    </Template>
    <AutoSize Container="Window" Enabled="True" MinHeight="200" />
</px:PXFormView>


0
投票

您能否分享一下如何将此表添加到 Acumatica 屏幕 aspx 中?

当我尝试执行此操作并生成自定义脚本时,它将我新添加的元素更改为 PXControl 元素,知道是什么原因造成的吗?

© www.soinside.com 2019 - 2024. All rights reserved.