You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by id...@apache.org on 2007/05/11 15:34:41 UTC

svn commit: r537190 - /myfaces/tobago/trunk/example/addressbook/src/main/webapp/WEB-INF/tags/layout/basic.tag

Author: idus
Date: Fri May 11 06:34:41 2007
New Revision: 537190

URL: http://svn.apache.org/viewvc?view=rev&rev=537190
Log:
made use of markup for popup

Modified:
    myfaces/tobago/trunk/example/addressbook/src/main/webapp/WEB-INF/tags/layout/basic.tag

Modified: myfaces/tobago/trunk/example/addressbook/src/main/webapp/WEB-INF/tags/layout/basic.tag
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/addressbook/src/main/webapp/WEB-INF/tags/layout/basic.tag?view=diff&rev=537190&r1=537189&r2=537190
==============================================================================
--- myfaces/tobago/trunk/example/addressbook/src/main/webapp/WEB-INF/tags/layout/basic.tag (original)
+++ myfaces/tobago/trunk/example/addressbook/src/main/webapp/WEB-INF/tags/layout/basic.tag Fri May 11 06:34:41 2007
@@ -71,7 +71,7 @@
     </tc:cell>
 
     <tc:popup id="about" width="300px" height="220px" left="200px" top="200px">
-      <tc:box>
+      <tc:box label="About">
         <f:facet name="layout">
           <tc:gridLayout rows="150px;*;fixed" columns="150px;*"/>
         </f:facet>
@@ -82,7 +82,7 @@
             <tc:gridLayout rows="fixed;fixed;fixed;*"/>
           </f:facet>
 
-          <tc:out value="Addressbook Demo"/>
+          <tc:out markup="strong" value="Addressbook Demo"/>
           <tc:cell/>
           <tc:out value="Version 1.0"/>
           <tc:cell/>