FineUI 官方论坛
标题:
from 表单中 嵌入 window 在后台无法获取值
[打印本页]
作者:
封印青春
时间:
2014-3-12 17:40
标题:
from 表单中 嵌入 window 在后台无法获取值
from 表单中 嵌入 window 在后台无法获取值:
<f:FormRow runat="server">
<Items>
<f:Window ID="Window2" Width="650px" Height="300px" Icon="TagBlue" Title="请填写驳回日报原因" Hidden="true"
EnableMaximize="true" EnableCollapse="false" runat="server" EnableResize="true"
IsModal="false" >
<items>
<f:Button ID="btnBohuiSubmit" ValidateForms="SimpleForm1" Icon="SystemSaveClose" OnClick="btnBohuiSubmit_Click" CssStyle="margin-right:10px;"
runat="server" Text="提交">
</f:Button>
<f:Button ID="btnBohuiCancel" ValidateForms="SimpleForm1" Icon="SystemSaveClose"
runat="server" Text="取消">
</f:Button>
<f:TextArea ID="frmBot" Label="驳回原因" Width="600" Height="150" runat="server" Required="true" ShowRedStar="true" ></f:TextArea>
<f:TextBox ID="TextBox2" runat="server" Label="标题" Required="true" ShowRedStar="true" >
</f:TextBox>
在后台无法取到 控件的值,但是确又可以再后台为控件赋值。
</items>
</f:Window>
</Items>
</f:FormRow>
作者:
goodlost
时间:
2014-3-12 21:25
一个windows就是一个页面,相互嵌套调用。你明白了吗
欢迎光临 FineUI 官方论坛 (https://fineui.com/bbs/)
Powered by Discuz! X3.4