[jboss-cvs] jboss-seam/examples/wiki/view ...

Christian Bauer christian at hibernate.org
Thu Jun 21 02:07:29 EDT 2007


  User: cbauer  
  Date: 07/06/21 02:07:29

  Modified:    examples/wiki/view  dirEdit.xhtml
  Log:
  Drag and drop support for sorting menu items
  
  Revision  Changes    Path
  1.24      +3 -1      jboss-seam/examples/wiki/view/dirEdit.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: dirEdit.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/dirEdit.xhtml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -b -r1.23 -r1.24
  --- dirEdit.xhtml	21 Jun 2007 06:06:15 -0000	1.23
  +++ dirEdit.xhtml	21 Jun 2007 06:07:29 -0000	1.24
  @@ -130,6 +130,8 @@
   
                   <h:column>
                       <a:outputPanel>
  +                        <rich:dropSupport id="dropZoneIcon" acceptedTypes="node" reRender="directoryFormTable"
  +                                          dropListener="#{directoryHome.dropMenuItem}" dropValue="#{wikiUtil.datatable.rowIndex}"/>
                           <rich:dragSupport dragIndicator=":directoryEditForm:rowDragIndicator"
                                             dragType="node"
                                             dragValue="#{node}">
  @@ -153,7 +155,7 @@
   
                   <h:column>
                       <a:outputPanel>
  -                        <rich:dropSupport id="dropZone" acceptedTypes="node" reRender="directoryFormTable"
  +                        <rich:dropSupport id="dropZoneText" acceptedTypes="node" reRender="directoryFormTable"
                                             dropListener="#{directoryHome.dropMenuItem}" dropValue="#{wikiUtil.datatable.rowIndex}"/>
                           <rich:dragSupport dragIndicator=":directoryEditForm:rowDragIndicator"
                                             dragType="node"
  
  
  



More information about the jboss-cvs-commits mailing list