Menu.aspx
资源名称:moban.rar [点击查看]
上传用户:szraylite
上传日期:2018-06-06
资源大小:11546k
文件大小:1k
源码类别:
软件测试
开发平台:
Java
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Menu.aspx.cs" Inherits="Main_Skin_Menu" %>
- <html xmlns="http://www.w3.org/1999/xhtml" >
- <head runat="server">
- <title>无标题页</title>
- <script src="Js/Main.js"></script>
- <script type="text/javascript">
- loadCss(top._skinId,'Page.css');
- </script>
- </head>
- <body>
- <form id="form1" runat="server">
- <asp:TreeView ID="TreeView1" runat="server" ShowLines="True" ExpandDepth="1" ImageSet="XPFileExplorer" NodeIndent="15">
- <Nodes>
- <asp:TreeNode Text="新建节点" Value="新建节点">
- <asp:TreeNode Text="系统介绍" NavigateUrl="javascript:top.myTab.Cts('系统介绍','default1.aspx')" Value="系统介绍"></asp:TreeNode>
- <asp:TreeNode Text="tab页的调用" NavigateUrl="javascript:top.myTab.Cts('tab页的调用','default3.aspx')" Value="tab页的调用"></asp:TreeNode>
- </asp:TreeNode>
- </Nodes>
- <ParentNodeStyle Font-Bold="False" />
- <HoverNodeStyle Font-Underline="True" ForeColor="#6666AA" />
- <SelectedNodeStyle BackColor="#B5B5B5" Font-Underline="False" HorizontalPadding="0px" VerticalPadding="0px" />
- <NodeStyle Font-Names="Tahoma" Font-Size="8pt" ForeColor="Black" HorizontalPadding="2px" NodeSpacing="0px" VerticalPadding="2px" />
- </asp:TreeView>
- </form>
- </body>
- </html>