FineUI 官方论坛
标题:
在FormRow中textbox的宽度能设置小吗?
[打印本页]
作者:
夜冰
时间:
2013-5-16 16:00
标题:
在FormRow中textbox的宽度能设置小吗?
一行里最多放5个textbox控件,多了就自动换行了,可是我的那内容用不了那么宽的textbox,怎么才能设置的小一些了,比如设置成120px大小,请高手给指点一下.
<x:Form ID="Form2" runat="server" BodyPadding="5px" Title="Form" LabelWidth="30px">
<Rows>
<x:FormRow ID="FormRow1" runat="server">
<Items>
<x:TextBox ID="txt_bh" runat="server" Label="编 号" LabelSeparator=" "></x:TextBox>
<x:TextBox ID="txt_mc" runat="server" Label="名 称" LabelSeparator=" "></x:TextBox>
<x:TextBox ID="TextBox1" runat="server" Label="规格" LabelSeparator=" " ></x:TextBox>
<x:TextBox ID="TextBox2" runat="server" Label="类型" LabelSeparator=" "></x:TextBox>
<x:TextBox ID="TextBox3" runat="server" Label="规格" LabelSeparator=" " ></x:TextBox>
<x:TextBox ID="TextBox4" runat="server" Label="类型" LabelSeparator=" "></x:TextBox>
</Items>
</x:FormRow>
<x:FormRow ID="FormRow2" runat="server">
<Items>
<x:TextBox ID="txt_ggxh" runat="server" Label="规格" LabelSeparator=" " ></x:TextBox>
<x:TextBox ID="txt_lx" runat="server" Label="类型" LabelSeparator=" "></x:TextBox>
</Items>
</x:FormRow>
</Rows>
</x:Form>
欢迎光临 FineUI 官方论坛 (https://fineui.com/bbs/)
Powered by Discuz! X3.4