FineUI 官方论坛

标题: TextBox中Label的宽度 [打印本页]

作者: Xiaonn    时间: 2013-1-31 06:26
标题: TextBox中Label的宽度
如何设置TextBox中Label的宽度,
<ext:TextBox ID="txtAccountCode" Label="Account Code" Required="true" ShowRedStar="true" runat="server" Width="250px"/>中的“Account Code”换行,如何使它不换行。




作者: Ward_Lee    时间: 2013-3-11 08:12
我和你碰到同一问题

作者: appletreegd    时间: 2013-3-12 10:05
本帖最后由 appletreegd 于 2013-3-12 10:07 编辑

如果你的textbox是在form或者simpleform中,可以通过设置LabelAlign LabelSeparator LabelWidth来设置label的宽度位置对齐方向等,例如:
  1. <x:Form ID="formTest" runat="server" Title="测试" Width="400px" BodyPadding="5px" LabelAlign="Right">
  2.                 <Rows>
  3. <x:FormRow ID="FormRow1" runat="server">
  4.                         <Items>
  5.                             <x:TextBox ID="txtAccountCode" Label="Account Code" Required="true" ShowRedStar="true"
  6.                                 runat="server" Width="250px" />
  7.                         </Items>
  8.                     </x:FormRow>
  9.                 </Rows>
  10.             </x:Form>            
复制代码


作者: delphi9    时间: 2013-6-2 11:42
谢谢,LabelAlign 这个属性右对齐可以解决




欢迎光临 FineUI 官方论坛 (https://fineui.com/BBS/) Powered by Discuz! X3.4