⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 filesystemtree.html

📁 经典Tapestry教程 经典Tapestry教程
💻 HTML
字号:
<html jwcid="@Shell" title="Using The Tapestry Tree Control" stylesheet="ognl:assets.stylesheet"><head jwcid="@Block">    <link rel="stylesheet" type="text/css" href="../css/style.css"/></head><body jwcid="@Body">    <h1>File System Tree</h1>    <div class="note">        This page demonstates the using the Tree components to display the server's File System     </div>    <p>        As a starting point, here is Tsvetelin's  File System Tree example from the         Tapestry Workbench:    <p>    <table border="1">        <tr>            <td valign="top">                <span class="tree" jwcid="treeView">                    <span jwcid="treeData">                        <span jwcid="treeNodeView"/>                    </span>                </span>            </td>            <td valign="top" height="100%">                <span jwcid="directoryTableView"/>            </td>        </tr>    </table>    <p>        This is a great example of what the tree is capable of, but        it's a bit involved for a neophyte.  We'll start off with something        a bit simpler.    <p>        <a href="#" jwcid="@PageLink" page="Home">Return to Home Page...</a></body></html>

⌨️ 快捷键说明

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