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 2007/10/18 20:27:31 UTC

svn commit: r586053 - /myfaces/tobago/trunk/example/demo/src/main/webapp/reference/popup.jsp

Author: lofwyr
Date: Thu Oct 18 11:27:30 2007
New Revision: 586053

URL: http://svn.apache.org/viewvc?rev=586053&view=rev
Log:
fix button with to see the whole label

Modified:
    myfaces/tobago/trunk/example/demo/src/main/webapp/reference/popup.jsp

Modified: myfaces/tobago/trunk/example/demo/src/main/webapp/reference/popup.jsp
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/demo/src/main/webapp/reference/popup.jsp?rev=586053&r1=586052&r2=586053&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/demo/src/main/webapp/reference/popup.jsp (original)
+++ myfaces/tobago/trunk/example/demo/src/main/webapp/reference/popup.jsp Thu Oct 18 11:27:30 2007
@@ -24,7 +24,7 @@
   <jsp:body>
     <tc:box label="Popups">
       <f:facet name="layout">
-        <tc:gridLayout columns="100px;*" rows="fixed;fixed;fixed;fixed;*;fixed;*"/>
+        <tc:gridLayout columns="130px;*" rows="fixed;fixed;fixed;fixed;*;fixed;*"/>
       </f:facet>
 
       <tc:button label="Open">



Re: svn commit: r586053 - /myfaces/tobago/trunk/example/demo/src/main/webapp/reference/popup.jsp

Posted by Volker Weber <v....@inexso.de>.
Hi Udo,

fixed should also work here:
  <tc:gridLayout columns="fixed;*" rows="fixed;fixed;fixed;fixed;*;fixed;*"/>


Regards,
    Volker



2007/10/18, lofwyr@apache.org <lo...@apache.org>:
> Author: lofwyr
> Date: Thu Oct 18 11:27:30 2007
> New Revision: 586053
>
> URL: http://svn.apache.org/viewvc?rev=586053&view=rev
> Log:
> fix button with to see the whole label
>
> Modified:
>     myfaces/tobago/trunk/example/demo/src/main/webapp/reference/popup.jsp
>
> Modified: myfaces/tobago/trunk/example/demo/src/main/webapp/reference/popup.jsp
> URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/demo/src/main/webapp/reference/popup.jsp?rev=586053&r1=586052&r2=586053&view=diff
> ==============================================================================
> --- myfaces/tobago/trunk/example/demo/src/main/webapp/reference/popup.jsp (original)
> +++ myfaces/tobago/trunk/example/demo/src/main/webapp/reference/popup.jsp Thu Oct 18 11:27:30 2007
> @@ -24,7 +24,7 @@
>    <jsp:body>
>      <tc:box label="Popups">
>        <f:facet name="layout">
> -        <tc:gridLayout columns="100px;*" rows="fixed;fixed;fixed;fixed;*;fixed;*"/>
> +        <tc:gridLayout columns="130px;*" rows="fixed;fixed;fixed;fixed;*;fixed;*"/>
>        </f:facet>
>
>        <tc:button label="Open">
>
>
>