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

Christian Bauer christian at hibernate.org
Sun Aug 26 23:09:19 EDT 2007


  User: cbauer  
  Date: 07/08/26 23:09:19

  Modified:    examples/wiki/view  dirEdit.xhtml
  Log:
  Feed/directory descriptions
  
  Revision  Changes    Path
  1.29      +8 -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.28
  retrieving revision 1.29
  diff -u -b -r1.28 -r1.29
  --- dirEdit.xhtml	25 Aug 2007 17:59:21 -0000	1.28
  +++ dirEdit.xhtml	27 Aug 2007 03:09:19 -0000	1.29
  @@ -73,11 +73,18 @@
   
           <s:decorate id="nameDecorate" template="includes/formFieldDecorate.xhtml">
               <ui:define name="label">Name</ui:define>
  -            <h:inputText size="40" maxlength="255" required="true" tabindex="1" value="#{directoryHome.instance.name}">
  +            <h:inputText size="25" maxlength="255" required="true" tabindex="1" value="#{directoryHome.instance.name}">
                   <a:support event="onblur" reRender="nameDecorate"/>
               </h:inputText>
           </s:decorate>
   
  +        <s:decorate id="descriptionDecorate" template="includes/formFieldDecorate.xhtml">
  +            <ui:define name="label">Description</ui:define>
  +            <h:inputText size="50" maxlength="512" required="false" tabindex="1" value="#{directoryHome.instance.description}">
  +                <a:support event="onblur" reRender="descriptionDecorate"/>
  +            </h:inputText>
  +        </s:decorate>
  +
           <s:span rendered="#{directoryHome.instance.id != wikiPreferences.memberAreaId}">
               <ui:include src="includes/accessLevelSelector.xhtml"/>
           </s:span>
  
  
  



More information about the jboss-cvs-commits mailing list