You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by ts...@apache.org on 2004/06/08 11:46:06 UTC

cvs commit: jakarta-tapestry/examples/Workbench/context/WEB-INF FileSystemTree.page FileSystemTableTree.page

tsvetelin    2004/06/08 02:46:06

  Modified:    examples/Workbench/context FileSystemTree.html
               examples/Workbench/context/WEB-INF FileSystemTree.page
                        FileSystemTableTree.page
  Log:
  
  
  Revision  Changes    Path
  1.2       +1 -2      jakarta-tapestry/examples/Workbench/context/FileSystemTree.html
  
  Index: FileSystemTree.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/examples/Workbench/context/FileSystemTree.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- FileSystemTree.html	31 Oct 2003 08:23:44 -0000	1.1
  +++ FileSystemTree.html	8 Jun 2004 09:46:06 -0000	1.2
  @@ -37,8 +37,7 @@
   </style>
       <h1>File System Tree Example</h1>
       <address><a href="mailto:tsvetelin.saykov@rushmore-digital.com">developed by Tsvetelin</a></address>
  -    <hr>
  -    
  +    <hr>    
       	<table border="1">
       		<tr>
       			<td valign="top"><span class="tree" jwcid="treeView">
  
  
  
  1.3       +2 -2      jakarta-tapestry/examples/Workbench/context/WEB-INF/FileSystemTree.page
  
  Index: FileSystemTree.page
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/examples/Workbench/context/WEB-INF/FileSystemTree.page,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- FileSystemTree.page	29 Feb 2004 18:49:07 -0000	1.2
  +++ FileSystemTree.page	8 Jun 2004 09:46:06 -0000	1.3
  @@ -34,12 +34,12 @@
       <component id="treeData" type="contrib:TreeDataView">
           <binding name="treeView" expression='components.treeView'/>
           <binding name="value" expression='value'/>
  +        <binding name="showRootNode" expression="@java.lang.Boolean@FALSE"/>
       </component>
   
       <component id="treeNodeView" type="contrib:TreeNodeView">
           <binding name="makeNodeDirect" expression="true"/>
           <binding name="nodeRenderFactory" expression='renderFactory'/>
  -        <binding name="showNodeImages" expression="false"/>
           <binding name="treeDataView" expression='components.treeData'/>
       </component>
   
  
  
  
  1.3       +2 -1      jakarta-tapestry/examples/Workbench/context/WEB-INF/FileSystemTableTree.page
  
  Index: FileSystemTableTree.page
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/examples/Workbench/context/WEB-INF/FileSystemTableTree.page,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- FileSystemTableTree.page	29 Feb 2004 18:49:07 -0000	1.2
  +++ FileSystemTableTree.page	8 Jun 2004 09:46:06 -0000	1.3
  @@ -41,6 +41,7 @@
           <static-binding name="entriesPerTablePage">40</static-binding>
           <binding name="tableColunms" expression='tableColumns'/>
           <binding name="treeStateListener" expression='treeStateListener'/>
  +        <binding name="showRootNode" expression="@java.lang.Boolean@FALSE"/>
       </component>
   
       <component id="directoryTableView" type="DirectoryTableView">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org