[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jboss-cvs-commits
Subject:    [jboss-cvs] applications/forums/src/web/tapestry/components userDetailsEditor.html userDetailsEditor
From:       Julien Viet <cooperfbi () users ! sourceforge ! net>
Date:       2002-11-30 17:35:11
[Download RAW message or body]

  User: cooperfbi
  Date: 02/11/30 09:35:11

  Modified:    forums/src/web/tapestry/components topDisplay.html
                        topDisplay.jwc
  Added:       forums/src/web/tapestry/components userDetailsEditor.html
                        userDetailsEditor.jwc
  Log:
  added : user can edit his preferences
  
  Revision  Changes    Path
  1.7       +1 -0      applications/forums/src/web/tapestry/components/topDisplay.html
  
  Index: topDisplay.html
  ===================================================================
  RCS file: /cvsroot/jboss/applications/forums/src/web/tapestry/components/topDisplay.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- topDisplay.html	24 Nov 2002 22:44:17 -0000	1.6
  +++ topDisplay.html	30 Nov 2002 17:35:11 -0000	1.7
  @@ -8,5 +8,6 @@
       <td><img src="gfx/logout.png"><span jwcid="logoutPageLink">logout</span></td>
       <td><span jwcid="subscribePageLink">subscribe</span></td>
       <td><img src="gfx/search.png"><span jwcid="searchPageLink">search</span></td>
  +    <td><span jwcid="editDetailsPageLink">user details</span></td>
     </tr>
   </table>
  
  
  
  1.5       +4 -0      applications/forums/src/web/tapestry/components/topDisplay.jwc
  
  Index: topDisplay.jwc
  ===================================================================
  RCS file: /cvsroot/jboss/applications/forums/src/web/tapestry/components/topDisplay.jwc,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- topDisplay.jwc	23 Nov 2002 13:49:22 -0000	1.4
  +++ topDisplay.jwc	30 Nov 2002 17:35:11 -0000	1.5
  @@ -42,4 +42,8 @@
       <static-binding name="page">SearchPage</static-binding>
     </component>
   
  +   <component id="editDetailsPageLink" type="PageLink">
  +     <static-binding name="page">EditDetailsPage</static-binding>
  +   </component>
  +
   </component-specification>
  
  
  
  1.1                  applications/forums/src/web/tapestry/components/userDetailsEditor.html
  
  Index: userDetailsEditor.html
  ===================================================================
  <table border="1">
    <tr>
      <td>name :</td>
      <td><span jwcid="nameTextField"/></td>
    </tr>
    <tr>
      <td>email :</td>
      <td><span jwcid="emailTextField"/></td>
    </tr>
    <tr>
      <td>location</td>
      <td><span jwcid="locationTextField"/></td>
    </tr>
    <tr>
      <td>occupation :</td>
      <td><span jwcid="occupationTextField"/></td>
    </tr>
    <tr>
      <td>homepage :</td>
      <td><span jwcid="homepageTextField"/></td>
    </tr>
    <tr>
      <td>name visible :</td>
      <td><span jwcid="nameVisibleCheckbox"/></td>
    </tr>
    <tr>
      <td>email visible :</td>
      <td><span jwcid="emailVisibleCheckbox"/></td>
    </tr>
    <tr>
      <td>threads per forum :</td>
      <td><span jwcid="threadsPerForumTextField"/></td>
    </tr>
    <tr>
      <td>messages per thread :</td>
      <td><span jwcid="messagesPerThreadTextField"/></td>
    </tr>
  </table>
  
  
  
  1.1                  applications/forums/src/web/tapestry/components/userDetailsEditor.jwc
  
  Index: userDetailsEditor.jwc
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE component-specification PUBLIC
  	"-//Howard Lewis Ship//Tapestry Specification 1.3//EN"
  	"http://tapestry.sf.net/dtd/Tapestry_1_3.dtd">
  
  <component-specification
    class="org.jboss.forums.web.tapestry.components.UserDetailsEditor"
    allow-body="no"
    allow-informal-parameters="no">
  
    <description></description>
  
    <parameter
      name="handler"
      java-type="org.jboss.forums.web.tapestry.components.UserDetailsEditorHandler"
      required="yes"
      direction="in"/>
  
     <component id="nameTextField" type="TextField">
        <binding name="value" expression="theName"/>
     </component>
  
     <component id="emailTextField" type="TextField">
        <binding name="value" expression="email"/>
     </component>
  
     <component id="locationTextField" type="TextField">
        <binding name="value" expression="location"/>
     </component>
  
     <component id="occupationTextField" type="TextField">
        <binding name="value" expression="occupation"/>
     </component>
  
     <component id="homepageTextField" type="TextField">
        <binding name="value" expression="homepage"/>
     </component>
  
     <component id="nameVisibleCheckbox" type="Checkbox">
        <binding name="selected" expression="nameVisible"/>
     </component>
  
     <component id="emailVisibleCheckbox" type="Checkbox">
        <binding name="selected" expression="emailVisible"/>
     </component>
  
     <component id="threadsPerForumTextField" type="TextField">
        <binding name="value" expression="threadsPerForum"/>
     </component>
  
     <component id="messagesPerThreadTextField" type="TextField">
        <binding name="value" expression="messagesPerThread"/>
     </component>
  
  </component-specification>
  
  
  


-------------------------------------------------------
This SF.net email is sponsored by: Get the new Palm Tungsten T 
handheld. Power & Color in a compact size! 
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
_______________________________________________
jboss-cvs-commits mailing list
jboss-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-cvs-commits
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic