FineUI 官方论坛
标题:
RowHeight属性不起作用
[打印本页]
作者:
火君子二少爷
时间:
2012-11-16 15:12
标题:
RowHeight属性不起作用
例如在form中
<ext:Form ID="SimpleForm1" Width="750px" runat="server" LabelWidth="60px"
EnableBackgroundColor="true" BodyPadding="10px" ShowBorder="True" ShowHeader="True" Title="销售" RowHeight="50px">
<Rows>
<ext:FormRow ColumnWidths="240px 240px 240px">
<Items>
<ext:DropDownList runat="server" ID="Ddl_carId" EnableEdit="true" Label="装载车辆" Width="155" AutoPostBack="true"
OnSelectedIndexChanged="Ddl_carId_SelectedIndexChanged" FocusOnPageLoad="true" NextFocusControl="Ddl_customId">
</ext:DropDownList>
<ext:DropDownList runat="server" ID="Ddl_customId" EnableEdit="true" Label="客户选择" Width="155" AutoPostBack="true"
OnSelectedIndexChanged="Ddl_customId_SelectedIndexChanged" NextFocusControl="Ddl_productId">
</ext:DropDownList>
<ext:DropDownList runat="server" ID="Ddl_productId" EnableEdit="true" Label="销售商品" Width="155" OnSelectedIndexChanged="Ddl_productId_SelectedIndexChanged"
AutoPostBack="true" NextFocusControl="tb_carMz">
</ext:DropDownList>
</Items>
</ext:FormRow>
</Rows>
</ext:Form>
复制代码
作者:
☆幻~精灵
时间:
2012-12-23 09:50
这样使用属性是不多的。RowHight只有在父级容器采用Row布局的时候,才会生效哦,注意一下。,
欢迎光临 FineUI 官方论坛 (https://fineui.com/BBS/)
Powered by Discuz! X3.4