DataIFrameUrlFields 绑定到IFrame地址的字段名称列表
DataIFrameUrlFormatString 绑定到IFrame地址的字段格式化字符串
<f:WindowField TextAlign="Center" Width="100px" WindowID="Window1" Icon="Pencil"
ToolTip="编辑" DataIFrameUrlFields="Id,Name" DataIFrameUrlFormatString="../grid/grid_iframe_window.aspx?id={0}&name={1}"
Title="编辑" IFrameUrl="~/alert.aspx" />
弹窗设置
<f:Window ID="Window1" Title="弹出窗体" Hidden="true" EnableIFrame="true" EnableMaximize="true" Target="Top" EnableResize="true" runat="server" CloseAction="HidePostBack" OnClose="Window1_Close" IsModal="true" Width="850px" Height="500px"></f:Window>
链接https://pro.fineui.com/#/iframe/grid_iframe.aspx


本文介绍如何使用DataIFrameUrlFields和DataIFrameUrlFormatString属性绑定IFrame地址,并展示了一个具体的配置实例,包括字段名称列表及格式化字符串的使用方法。此外,还详细说明了弹窗的具体设置。
544

被折叠的 条评论
为什么被折叠?



