You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2010/03/19 18:08:43 UTC

svn commit: r925336 - /myfaces/tobago/branches/tobago-1.0.x/example/demo/src/main/webapp/reference/popup.jsp

Author: lofwyr
Date: Fri Mar 19 17:08:43 2010
New Revision: 925336

URL: http://svn.apache.org/viewvc?rev=925336&view=rev
Log:
add date for testing

Modified:
    myfaces/tobago/branches/tobago-1.0.x/example/demo/src/main/webapp/reference/popup.jsp

Modified: myfaces/tobago/branches/tobago-1.0.x/example/demo/src/main/webapp/reference/popup.jsp
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/example/demo/src/main/webapp/reference/popup.jsp?rev=925336&r1=925335&r2=925336&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/example/demo/src/main/webapp/reference/popup.jsp (original)
+++ myfaces/tobago/branches/tobago-1.0.x/example/demo/src/main/webapp/reference/popup.jsp Fri Mar 19 17:08:43 2010
@@ -83,10 +83,13 @@
       <tc:popup width="300" height="270" id="non_modal_popup" modal="false">
         <tc:box label="Non modal text input">
           <f:facet name="layout">
-            <tc:gridLayout rows="fixed;*;fixed"/>
+            <tc:gridLayout rows="fixed;fixed;*;fixed"/>
           </f:facet>
 
           <tx:in label="Field" required="true"/>
+          <tx:date>
+            <f:convertDateTime pattern="dd/MM/yyyy"/>
+          </tx:date>
           <tc:cell/>
           <tc:panel>
             <f:facet name="layout">