FineUI 官方论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

本论坛已关闭(禁止注册、发帖和回复)
请移步 三石和他的朋友们

FineUI首页 WebForms - MVC & Core - JavaScript 常见问题 - QQ群 - 十周年征文活动

FineUI(开源版) 下载源代码 - 下载空项目 - 获取ExtJS - 文档 在线示例 - 版本更新 - 捐赠作者 - 教程

升级到 ASP.NET Core 3.1,快、快、快! 全新ASP.NET Core,比WebForms还简单! 欢迎加入【三石和他的朋友们】(基础版下载)

搜索
查看: 3791|回复: 0
打印 上一主题 下一主题

windows控件item设置Item中的控件Visible为false,一直加载

[复制链接]
跳转到指定楼层
楼主
发表于 2013-11-20 14:43:46 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
反馈BUG
程序版本: 4.0
浏览器: Firefox 
BUG截图:
BUG地址: -
本帖最后由 老白杨 于 2013-11-20 14:47 编辑

我改用HiddenField没有问题
<x:Window ID="WindowItem" Width="400px" Height="390px" Icon="TagBlue" Title="产品维护" Hidden="true"
            EnableMaximize="false" EnableCollapse="false" runat="server" EnableResize="false"
            IsModal="True"  Layout="Fit" EnableFrame="False" Target="Self" BodyPadding="5px">
            <Items>
            <x:Form ID="formItem" runat="server" ShowHeader="false" LabelAlign="Right" ShowBorder="false">
              <Rows>
            <x:FormRow>
            <Items>
             <xabel ID="txtID" runat="server" Label="ID" Visible="false" />
            </Items>
            </x:FormRow>
            </Rows>
            <Rows>
            <x:FormRow>
            <Items>
             <x:TwinTriggerBox ID="txtItemno" runat="server" Label="物料编码" />
            </Items>
            </x:FormRow>
            </Rows>
            <Rows>
            <x:FormRow>
            <Items>
            <xabel ID="txtName" runat="server" Label="品名" />
            </Items>
            </x:FormRow>
            </Rows>
            <Rows>
            <x:FormRow>
            <Items>
            <xabel ID="txtSpec" runat="server" Label="规格" />
            </Items>
            </x:FormRow>
            </Rows>
            <Rows>
            <x:FormRow>
            <Items>
            <x:NumberBox ID="txtQty" runat="server" Label="数量" />
            </Items>
            </x:FormRow>
            </Rows>
            <Rows>
            <x:FormRow>
            <Items>
            <x:NumberBox ID="txtPrice" runat="server" Label="单价" />
            </Items>
            </x:FormRow>
            </Rows>
            <Rows>
            <x:FormRow>
            <Items>
            <x:NumberBox ID="txtTax" runat="server" Label="税金" />
            </Items>
            </x:FormRow>
            </Rows>
            <Rows>
            <x:FormRow>
            <Items>
            <x:CheckBox ID="txtIsNew" runat="server" Label="新品" />
            </Items>
            </x:FormRow>
            </Rows>
            <Rows>
            <x:FormRow>
            <Items>
            <x:TextArea ID="txtRemark" runat="server" Label="备注" />
            </Items>
            </x:FormRow>
            </Rows>
            
            </x:Form>
            </Items>
            <Toolbars>
            <x:Toolbar ID="barItem" runat="server" Position="Footer">
            <Items>
            <x:ToolbarFill ID="baritemleft" runat="server" />
            <x:Button ID="ItemSave" runat="server" Icon="SystemSave" Text="保存" />
            <x:Button ID="ItemClose" runat="server" Icon="SystemClose" Text="关闭" />
            </Items>
            
            </x:Toolbar>
            </Toolbars>
        </x:Window>

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|FineUI 官方论坛 ( 皖ICP备2021006167号-1 )

GMT+8, 2024-7-4 10:32 , Processed in 0.048107 second(s), 20 queries , Gzip On.

Powered by Discuz! X3.4

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表