FineUI 官方论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

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

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

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

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

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

form控件在panel里显示不下

[复制链接]
跳转到指定楼层
楼主
发表于 2013-12-8 22:47:31 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

以下是代码
<extageManager runat="server" ID="pm" AutoSizePanelID="pnl_Main"/>
        <extanel runat="server" ID="pnl_Main" ShowBorder="false" ShowHeader="false" EnableBackgroundColor="true" Layout="HBox" BoxConfigAlign="Stretch">
            <Items>
                <extanel runat="server" BoxFlex="1" Layout="Fit">
                    <Items>
                        <ext:Form runat="server" ID="afom" LabelAlign="Right" AutoWidth="true" Width="200px">
                            <Rows>
                                <ext:FormRow ColumnWidths="50% 50%">
                                    <Items>
                                        <ext:TextBox runat="server" ID="tbx_login" Label="登录名" Required="true" Width="100px"></ext:TextBox>
                                        <ext:TextBox runat="server" ID="tbx_name" Label="姓名" Width="100px"></ext:TextBox>
                                    </Items>
                                </ext:FormRow>
                                <ext:FormRow ColumnWidths="50% 50%">
                                    <Items>
                                        <ext:TextBox runat="server" ID="tbx_password" TextMode="assword" Label="密码" Width="100px"></ext:TextBox>
                                        <ext:TextBox runat="server" ID="tbx_Repassword" TextMode="assword" Label="重复密码" Width="100px"></ext:TextBox>
                                    </Items>
                                </ext:FormRow>
                                <ext:FormRow>
                                    <Items>
                                        <extropDownList runat="server" ID="ddl_state" Label="状态" Width="100px">

                                    <extistItem Text="正常" Value="0" />
                                    <extistItem Text="注销" Value="1" />
                                    <extistItem Text="未审核" Value="2" />
                                </extropDownList>
                                        <ext:RadioButtonList runat="server" ID="rbl_gender" Label="性别" Width="100px">
                                    <ext:RadioItem Text="男" Value="1" />
                                    <ext:RadioItem Text="女" Value="0" />
                                </ext:RadioButtonList>
                                    </Items>
                                </ext:FormRow>
                                <ext:FormRow>
                                    <Items>
                                        <ext:TextBox runat="server" ID="tbx_identity" Width="100px" Label="身份证号"></ext:TextBox>
                                        <ext:TextBox runat="server" ID="tbx_Telphone" Width="100px" Label="电话"></ext:TextBox>
                                    </Items>
                                </ext:FormRow>
                                <ext:FormRow>
                                    <Items>

                                    </Items>
                                </ext:FormRow>
                            </Rows>
                        </ext:Form>
                    </Items>
                </extanel>
                <extanel runat="server" BoxFlex="1"></extanel>
            </Items>
            <Toolbars>
                <ext:Toolbar ID="Toolbar1" runat="server" Position="Bottom">
                    <Items>
                        <ext:ToolbarFill runat="server" ID="tbf"></ext:ToolbarFill>
                        <ext:Button runat="server" ID="btnSave" Text="保存" Icon="BookmarkAdd"></ext:Button>
                    </Items>
                </ext:Toolbar>
            </Toolbars>
        </extanel>

本帖子中包含更多资源

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

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

本版积分规则

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

GMT+8, 2024-11-27 14:52 , Processed in 0.044676 second(s), 18 queries , Gzip On.

Powered by Discuz! X3.4

© 2001-2017 Comsenz Inc.

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