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

Christian Bauer christian at hibernate.org
Sat Aug 25 15:15:11 EDT 2007


  User: cbauer  
  Date: 07/08/25 15:15:11

  Modified:    examples/wiki/view  docEdit.xhtml
  Log:
  Making feed entry generation more selective
  
  Revision  Changes    Path
  1.38      +13 -3     jboss-seam/examples/wiki/view/docEdit.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: docEdit.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/docEdit.xhtml,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -b -r1.37 -r1.38
  --- docEdit.xhtml	25 Aug 2007 17:59:21 -0000	1.37
  +++ docEdit.xhtml	25 Aug 2007 19:15:11 -0000	1.38
  @@ -111,12 +111,22 @@
                                   </div>
                               </s:div>
   
  -                            <s:div id="feedSwitch">
                                   <s:div styleClass="entry">
                                       <div class="label">&#160;</div>
                                       <div class="input">
  +                                    <h:selectBooleanCheckbox value="#{documentHome.pushOnFeeds}" tabindex="3">
  +                                        <a:support event="onchange" reRender="pushOnSiteFeedSwitch"/>
  +                                    </h:selectBooleanCheckbox>
  +                                    Push changes onto feeds of parent directories
  +                                </div>
  +                            </s:div>
  +
  +                            <s:div id="pushOnSiteFeedSwitch">
  +                                <s:div styleClass="entry" rendered="#{documentHome.pushOnFeeds}">
  +                                    <div class="label">&#160;</div>
  +                                    <div class="input">
                                           <h:selectBooleanCheckbox value="#{documentHome.pushOnSiteFeed}" tabindex="3"/>
  -                                        Push document onto site news syndication feed
  +                                        Push changes onto global site news syndication feed
                                       </div>
                                   </s:div>
                               </s:div>
  
  
  



More information about the jboss-cvs-commits mailing list