FineUI/FineUI.Examples/accordion/accordion_tree_index.htm
2013-11-01 14:13:51 +08:00

16 lines
442 B
HTML
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.

<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
请注意,本示例如何做到如下几点:
<ul>
<li>如何将树控件放在Accordion控件中 </li>
<li>如何从XML文件加载树控件 </li>
<li>如何在后台通过递归改变每个树节点的Target属性 </li>
<li>树节点的Target属性是如何影响链接的打开位置。 </li>
</ul>
</body>
</html>