filesystemtree.html
来自「经典Tapestry教程 经典Tapestry教程」· HTML 代码 · 共 36 行
HTML
36 行
<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 + =
减小字号Ctrl + -
显示快捷键?