desktopthreepanes.ascx

来自「一种Portal的实现源码」· ASCX 代码 · 共 22 行

ASCX
22
字号
<%@ Register TagPrefix="tra" Namespace="Esperantus.WebControls" Assembly="Esperantus" %>
<%@ Control Language="c#" %>
<%@ Register TagPrefix="cc1" Namespace="Rainbow.UI.WebControls" Assembly="Rainbow" %>
<%@ import Namespace="Rainbow.UI.WebControls" %>
<script runat="server">
    private void Page_Load(object sender, System.EventArgs e)
    {
        ThreePanes.DataBind();
    }
</script>
<CC1:DESKTOPPANES id="ThreePanes" runat="server" cellspacing="0" Cellpadding="4" ShowFirstSeparator="False" ShowLastSeparator="False">
	<ContentPaneTemplate>
		<P class="Normal">
			<tra:Label id="Label1" runat="server" TextKey="IMAGEMENU_INSTRUCTIONS">This is a sample use for image menus. You can select ahother image for this tab changing the default "Custom Image Menu" in TabLayout settings.</tra:Label><BR>
		</P>
	</ContentPaneTemplate>
	<HORIZONTALSEPARATORTEMPLATE>
		<tra:Image ImageUrl="~/images/1x1.gif" width="7" runat="server" />
	</HORIZONTALSEPARATORTEMPLATE>
	<RIGHTPANESTYLE cssclass="RightPane"></RIGHTPANESTYLE>
	<LEFTPANESTYLE cssclass="LeftPane" verticalalign="Top" width="170px"></LEFTPANESTYLE>
</CC1:DESKTOPPANES>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?