FineUI/FineUI.Examples/tree/databind/tree_document.aspx
三生石上 15588d275b v4.2.4.1
2017-09-05 10:49:48 +08:00

22 lines
877 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="tree_document.aspx.cs"
Inherits="FineUI.Examples.tree.databind.tree_document" %>
<!DOCTYPE html>
<html>
<head runat="server">
<title></title>
<meta name="sourcefiles" content="~/tree/databind/website.xml" />
</head>
<body>
<form id="form1" runat="server">
<f:PageManager ID="PageManager1" runat="server" />
<f:Tree ID="Tree1" Width="650px" ShowHeader="true" EnableCollapse="true"
Title="树控件(绑定到 XmlDocument" runat="server">
</f:Tree>
<br />
<f:Button ID="btnClear" Text="清空树" CssClass="marginr" OnClick="btnClear_Click" runat="server"></f:Button>
<f:Button ID="btnReBind" Text="重新绑定树" CssClass="marginr" OnClick="btnReBind_Click" runat="server"></f:Button>
</form>
</body>
</html>