2015-05-19 14:45:47 +08:00
|
|
|
|
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="column.aspx.cs" Inherits="FineUI.Examples.layout.column" %>
|
|
|
|
|
|
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head runat="server">
|
|
|
|
|
<title></title>
|
2016-01-10 01:19:30 -05:00
|
|
|
|
<link href="../res/css/common.css" rel="stylesheet" type="text/css" />
|
2015-05-19 14:45:47 +08:00
|
|
|
|
<style type="text/css">
|
|
|
|
|
.columnpanel {
|
|
|
|
|
margin-right: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rowpanel {
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<form id="form1" runat="server">
|
|
|
|
|
<f:PageManager ID="PageManager1" runat="server" />
|
|
|
|
|
<f:Panel ID="Panel2" runat="server" Height="250px" Width="850px" ShowBorder="True" EnableCollapse="true"
|
|
|
|
|
BodyPadding="5px" Layout="Column" ShowHeader="True" Title="面板(Height=250px Width=750px Layout=Column)">
|
|
|
|
|
<Items>
|
|
|
|
|
<f:Panel ID="Panel1" Width="200px" Height="150px"
|
|
|
|
|
runat="server" BodyPadding="5px" ShowBorder="true" ShowHeader="false">
|
|
|
|
|
<Items>
|
|
|
|
|
<f:Label runat="server" Text="Width=200px Height=150px">
|
|
|
|
|
</f:Label>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:Panel>
|
|
|
|
|
<f:Panel ID="Panel4" ColumnWidth="60%" runat="server"
|
|
|
|
|
BodyPadding="5px" ShowBorder="true" ShowHeader="false" Layout="Fit">
|
|
|
|
|
<Items>
|
|
|
|
|
<f:Label ID="Label1" runat="server" Text="ColumnWidth=60%<br />长长的文本1<br />长长的文本2<br />长长的文本3<br />长长的文本4"
|
|
|
|
|
EncodeText="false">
|
|
|
|
|
</f:Label>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:Panel>
|
|
|
|
|
<f:Panel ID="Panel3" ColumnWidth="40%" runat="server"
|
|
|
|
|
BodyPadding="5px" ShowBorder="true" ShowHeader="false">
|
|
|
|
|
<Items>
|
|
|
|
|
<f:Label ID="Label2" runat="server" Text="ColumnWidth=40%">
|
|
|
|
|
</f:Label>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:Panel>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:Panel>
|
|
|
|
|
<br />
|
|
|
|
|
<f:Panel ID="Panel5" runat="server" Height="250px" Width="850px" ShowBorder="True" EnableCollapse="true"
|
|
|
|
|
BodyPadding="5px" Layout="Column" ShowHeader="True" Title="面板(Height=250px Width=750px Layout=Column)">
|
|
|
|
|
<Items>
|
|
|
|
|
<f:Panel ID="Panel6" Width="200px" Height="150px" CssClass="columnpanel"
|
|
|
|
|
runat="server" BodyPadding="5px" ShowBorder="true" ShowHeader="false">
|
|
|
|
|
<Items>
|
|
|
|
|
<f:Label ID="Label3" runat="server" Text="Width=200px Height=150px CssClass=columnpanel">
|
|
|
|
|
</f:Label>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:Panel>
|
|
|
|
|
<f:Panel ID="Panel7" ColumnWidth="60%" CssClass="columnpanel"
|
|
|
|
|
runat="server" BodyPadding="5px" ShowBorder="true" ShowHeader="false" Layout="Fit">
|
|
|
|
|
<Items>
|
|
|
|
|
<f:Label ID="Label4" runat="server" Text="ColumnWidth=60% CssClass=columnpanel<br />长长的文本1<br />长长的文本2<br />长长的文本3<br />长长的文本4"
|
|
|
|
|
EncodeText="false">
|
|
|
|
|
</f:Label>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:Panel>
|
|
|
|
|
<f:Panel ID="Panel8" ColumnWidth="40%" runat="server"
|
|
|
|
|
BodyPadding="5px" ShowBorder="true" ShowHeader="false">
|
|
|
|
|
<Items>
|
|
|
|
|
<f:Label ID="Label5" runat="server" Text="ColumnWidth=40%">
|
|
|
|
|
</f:Label>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:Panel>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:Panel>
|
|
|
|
|
<br />
|
|
|
|
|
<f:Panel ID="Panel9" Height="350px" Width="850px" Layout="Column" BodyPadding="5px" EnableCollapse="true"
|
|
|
|
|
ShowBorder="true" ShowHeader="true" runat="server"
|
|
|
|
|
Title="面板(Height=350px Width=750px Layout=Column BodyPadding=5px)">
|
|
|
|
|
<Items>
|
|
|
|
|
<f:Panel ID="Panel13" ColumnWidth="50%" CssClass="columnpanel" ShowBorder="false"
|
|
|
|
|
ShowHeader="false" runat="server">
|
|
|
|
|
<Items>
|
|
|
|
|
<f:Panel ID="Panel14" Height="150px" CssClass="rowpanel" runat="server" BodyPadding="5px"
|
|
|
|
|
ShowBorder="true" ShowHeader="false">
|
|
|
|
|
<Items>
|
|
|
|
|
<f:Label ID="Label8" runat="server" Text="Height=100px CssClass=rowpanel">
|
|
|
|
|
</f:Label>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:Panel>
|
|
|
|
|
<f:Panel ID="Panel15" Height="100px" runat="server" BodyPadding="5px" ShowBorder="true"
|
|
|
|
|
ShowHeader="false">
|
|
|
|
|
<Items>
|
|
|
|
|
<f:Label ID="Label9" runat="server" Text="Height=100px">
|
|
|
|
|
</f:Label>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:Panel>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:Panel>
|
|
|
|
|
<f:Panel ID="Panel16" ColumnWidth="50%" ShowBorder="false" ShowHeader="false" runat="server">
|
|
|
|
|
<Items>
|
|
|
|
|
<f:Panel ID="Panel17" Height="100px" CssClass="rowpanel" runat="server" BodyPadding="5px"
|
|
|
|
|
ShowBorder="true" ShowHeader="false">
|
|
|
|
|
<Items>
|
|
|
|
|
<f:Label ID="Label10" runat="server" Text="Height=100px CssClass=rowpanel">
|
|
|
|
|
</f:Label>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:Panel>
|
|
|
|
|
<f:Panel ID="Panel18" Height="150px" runat="server" BodyPadding="5px" ShowBorder="true"
|
|
|
|
|
ShowHeader="false">
|
|
|
|
|
<Items>
|
|
|
|
|
<f:Label ID="Label11" runat="server" Text="Height=150px">
|
|
|
|
|
</f:Label>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:Panel>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:Panel>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:Panel>
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
|
使用HBox布局实现与上例相同的界面:
|
|
|
|
|
<br />
|
|
|
|
|
===========================================================================
|
|
|
|
|
<br />
|
|
|
|
|
<f:Panel ID="Panel10" Height="350px" Width="850px" EnableCollapse="true"
|
|
|
|
|
Layout="HBox" BoxConfigAlign="Stretch" BoxConfigPosition="Start" BoxConfigChildMargin="0 5 0 0"
|
|
|
|
|
ShowBorder="true" ShowHeader="true" runat="server" BodyPadding="5px"
|
|
|
|
|
Title="面板(Layout=HBox BoxConfigAlign=Stretch BoxConfigPosition=Start BoxConfigChildMargin=0 5 0 0)">
|
|
|
|
|
<Items>
|
|
|
|
|
<f:Panel ID="Panel11" BoxFlex="1" ShowBorder="false" ShowHeader="false" runat="server">
|
|
|
|
|
<Items>
|
|
|
|
|
<f:Panel ID="Panel12" Height="150px" CssClass="rowpanel" runat="server" BodyPadding="5px"
|
|
|
|
|
ShowBorder="true" ShowHeader="false">
|
|
|
|
|
<Items>
|
|
|
|
|
<f:Label ID="Label6" runat="server" Text="Height=100px CssClass=rowpanel">
|
|
|
|
|
</f:Label>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:Panel>
|
|
|
|
|
<f:Panel ID="Panel19" Height="100px" runat="server" BodyPadding="5px" ShowBorder="true"
|
|
|
|
|
ShowHeader="false">
|
|
|
|
|
<Items>
|
|
|
|
|
<f:Label ID="Label7" runat="server" Text="Height=100px">
|
|
|
|
|
</f:Label>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:Panel>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:Panel>
|
|
|
|
|
<f:Panel ID="Panel20" BoxFlex="1" Margin="0" ShowBorder="false" ShowHeader="false" runat="server">
|
|
|
|
|
<Items>
|
|
|
|
|
<f:Panel ID="Panel21" Height="100px" CssClass="rowpanel" runat="server" BodyPadding="5px"
|
|
|
|
|
ShowBorder="true" ShowHeader="false">
|
|
|
|
|
<Items>
|
|
|
|
|
<f:Label ID="Label12" runat="server" Text="Height=100px CssClass=rowpanel">
|
|
|
|
|
</f:Label>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:Panel>
|
|
|
|
|
<f:Panel ID="Panel22" Height="150px" runat="server" BodyPadding="5px" ShowBorder="true"
|
|
|
|
|
ShowHeader="false">
|
|
|
|
|
<Items>
|
|
|
|
|
<f:Label ID="Label13" runat="server" Text="Height=150px">
|
|
|
|
|
</f:Label>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:Panel>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:Panel>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:Panel>
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
|
三列面板:
|
|
|
|
|
<br />
|
|
|
|
|
===========================================================================
|
|
|
|
|
<br />
|
|
|
|
|
<f:Panel ID="Panel23" runat="server" Width="850px" Height="350px" AutoScroll="true" ShowBorder="True" EnableCollapse="true"
|
|
|
|
|
BodyPadding="5px" Layout="Column" ShowHeader="True">
|
|
|
|
|
<Items>
|
|
|
|
|
<f:Panel ID="Panel24" ColumnWidth="33%" runat="server"
|
|
|
|
|
ShowBorder="false" ShowHeader="false" Margin="0 5px 0 0">
|
|
|
|
|
<Items>
|
|
|
|
|
<f:Panel ID="Panel25" runat="server"
|
|
|
|
|
BodyPadding="5px" ShowBorder="true" ShowHeader="true" EnableCollapse="true" Margin="0 0 5px 0">
|
|
|
|
|
<Content>
|
|
|
|
|
我的面板<br />
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
|
</Content>
|
|
|
|
|
</f:Panel>
|
|
|
|
|
<f:Panel ID="Panel26" runat="server"
|
|
|
|
|
BodyPadding="5px" ShowBorder="true" ShowHeader="true" EnableCollapse="true" Margin="0 0 5px 0">
|
|
|
|
|
<Content>
|
|
|
|
|
我的面板<br />
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
|
</Content>
|
|
|
|
|
</f:Panel>
|
|
|
|
|
<f:Panel ID="Panel27" runat="server"
|
|
|
|
|
BodyPadding="5px" ShowBorder="true" ShowHeader="true" EnableCollapse="true" Margin="0 0 5px 0">
|
|
|
|
|
<Content>
|
|
|
|
|
我的面板<br />
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
|
</Content>
|
|
|
|
|
</f:Panel>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:Panel>
|
|
|
|
|
<f:Panel ID="Panel28" ColumnWidth="33%" runat="server"
|
|
|
|
|
ShowBorder="false" ShowHeader="false" Margin="0 5px 0 0">
|
|
|
|
|
<Items>
|
|
|
|
|
<f:Panel ID="Panel29" runat="server"
|
|
|
|
|
BodyPadding="5px" ShowBorder="true" ShowHeader="true" EnableCollapse="true" Margin="0 0 5px 0">
|
|
|
|
|
<Content>
|
|
|
|
|
我的面板<br />
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
|
</Content>
|
|
|
|
|
</f:Panel>
|
|
|
|
|
<f:Panel ID="Panel30" runat="server"
|
|
|
|
|
BodyPadding="5px" ShowBorder="true" ShowHeader="true" EnableCollapse="true" Margin="0 0 5px 0">
|
|
|
|
|
<Content>
|
|
|
|
|
我的面板<br />
|
|
|
|
|
<br />
|
|
|
|
|
</Content>
|
|
|
|
|
</f:Panel>
|
|
|
|
|
<f:Panel ID="Panel31" runat="server"
|
|
|
|
|
BodyPadding="5px" ShowBorder="true" ShowHeader="true" EnableCollapse="true" Margin="0 0 5px 0">
|
|
|
|
|
<Content>
|
|
|
|
|
我的面板<br />
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
|
</Content>
|
|
|
|
|
</f:Panel>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:Panel>
|
|
|
|
|
<f:Panel ID="Panel32" ColumnWidth="34%" runat="server"
|
|
|
|
|
ShowBorder="false" ShowHeader="false">
|
|
|
|
|
<Items>
|
|
|
|
|
<f:Panel ID="Panel33" runat="server"
|
|
|
|
|
BodyPadding="5px" ShowBorder="true" ShowHeader="true" EnableCollapse="true" Margin="0 0 5px 0">
|
|
|
|
|
<Content>
|
|
|
|
|
我的面板<br />
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
|
</Content>
|
|
|
|
|
</f:Panel>
|
|
|
|
|
<f:Panel ID="Panel34" runat="server"
|
|
|
|
|
BodyPadding="5px" ShowBorder="true" ShowHeader="true" EnableCollapse="true" Margin="0 0 5px 0">
|
|
|
|
|
<Content>
|
|
|
|
|
我的面板<br />
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
|
</Content>
|
|
|
|
|
</f:Panel>
|
|
|
|
|
<f:Panel ID="Panel35" runat="server"
|
|
|
|
|
BodyPadding="5px" ShowBorder="true" ShowHeader="true" EnableCollapse="true" Margin="0 0 5px 0">
|
|
|
|
|
<Content>
|
|
|
|
|
我的面板<br />
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
|
</Content>
|
|
|
|
|
</f:Panel>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:Panel>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:Panel>
|
|
|
|
|
</form>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|