FineUI 官方论坛
标题:
form控件在panel里显示不下
[打印本页]
作者:
hton123
时间:
2013-12-8 22:47
标题:
form控件在panel里显示不下
[attach]3876[/attach]
以下是代码
<ext
ageManager runat="server" ID="pm" AutoSizePanelID="pnl_Main"/>
<ext
anel runat="server" ID="pnl_Main" ShowBorder="false" ShowHeader="false" EnableBackgroundColor="true" Layout="HBox" BoxConfigAlign="Stretch">
<Items>
<ext
anel 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>
<ext
ropDownList runat="server" ID="ddl_state" Label="状态" Width="100px">
<ext
istItem Text="正常" Value="0" />
<ext
istItem Text="注销" Value="1" />
<ext
istItem Text="未审核" Value="2" />
</ext
ropDownList>
<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>
</ext
anel>
<ext
anel runat="server" BoxFlex="1"></ext
anel>
</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>
</ext
anel>
欢迎光临 FineUI 官方论坛 (https://fineui.com/BBS/)
Powered by Discuz! X3.4