FineUI 官方论坛

标题: 表单有Toolbar会导致按钮onlick事件无响应,如果按钮有ValidateForm [打印本页]

作者: Ward_Lee    时间: 2013-3-13 07:10
标题: 表单有Toolbar会导致按钮onlick事件无响应,如果按钮有ValidateForm
本帖最后由 Ward_Lee 于 2013-3-13 07:31 编辑

    <ext:PageManager ID="PageManager1" runat="server" />
    <ext:SimpleForm ID="SimpleForm1" runat="server" BodyPadding="5px" Title="添加用户" LabelAlign="Right" EnableBackgroundColor="true"  >
        <Items>
            <ext:TextBox ID="TextBox1" runat="server" Label="用户名" Text="" ShowLabel="true"  Required="true" ></ext:TextBox>
            <ext:Toolbar ID="Toolbar1" runat="server"  >
                <Items>
                    <ext:Button ID="Button2" runat="server" Text="测试" Icon="Cancel" ValidateForms="SimpleForm1"  OnClick="btnTest_Click"></ext:Button>
                </Items>
            </ext:Toolbar>
        </Items>
    </ext:SimpleForm>

以上代码OnClick事件是无效的,把ValidateForms验证表单去掉就正常!
坐等求解!

作者: Ward_Lee    时间: 2013-3-13 07:12
本帖最后由 Ward_Lee 于 2013-3-13 07:30 编辑

SimpleForm 和 Form 都是一样有这种BUG
作者: sanshi    时间: 2013-3-13 09:21
如果你的 TextBox1 没有输入值,则点击按钮会有错误提示,而不会回发页面,这是正常的行为




欢迎光临 FineUI 官方论坛 (https://fineui.com/bbs/) Powered by Discuz! X3.4