FineUI 官方论坛
标题:
4.05設置Width不起作用
[打印本页]
作者:
liko1688
时间:
2014-3-12 20:13
标题:
4.05設置Width不起作用
用AppBox的新增角色作测试,TextBox、DropDownList设置Width不起作用如图
<f:TextBox ID="tbxName" runat="server" Label="名称" Required="true" ShowRedStar="true"
Width="150px"
>
</f:TextBox>
作者:
tarcyshu
时间:
2014-3-13 09:21
你贴下整段代码,看看是不是布局的问题
作者:
liko1688
时间:
2014-3-13 12:04
拿APPBox 4.0 role_new.aspx 测的,唯一改的只有加 Width="150px"
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="role_new.aspx.cs" Inherits="AppBox.admin.role_new" %>
<!DOCTYPE html>
<html>
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<f
ageManager ID="
ageManager1" AutoSizePanelID="
anel1" runat="server" />
<f
anel ID="
anel1" ShowBorder="false" ShowHeader="false" AutoScroll="true" runat="server">
<Toolbars>
<f:Toolbar ID="Toolbar1" runat="server">
<Items>
<f:Button ID="btnClose" Icon="SystemClose" EnablePostBack="false" runat="server"
Text="关闭">
</f:Button>
<f:ToolbarSeparator ID="ToolbarSeparator2" runat="server">
</f:ToolbarSeparator>
<f:Button ID="btnSaveClose" ValidateForms="SimpleForm1" Icon="SystemSaveClose"
OnClick="btnSaveClose_Click" runat="server" Text="保存后关闭">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
<Items>
<f:SimpleForm ID="SimpleForm1" ShowBorder="false" ShowHeader="false" runat="server"
BodyPadding="10px" Title="SimpleForm">
<Items>
<f:TextBox ID="tbxName" runat="server" Label="名称" Required="true" ShowRedStar="true" Width="150px">
</f:TextBox>
<f:TextArea ID="tbxRemark" Label="备注" runat="server">
</f:TextArea>
</Items>
</f:SimpleForm>
</Items>
</f
anel>
</form>
</body>
</html>
作者:
沙斌
时间:
2014-3-13 17:43
我这边也发现了,应该是个bug
作者:
风临左岸
时间:
2014-3-13 21:25
textbox的宽度好像是包括标题一起的
欢迎光临 FineUI 官方论坛 (https://fineui.com/BBS/)
Powered by Discuz! X3.4