phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: etemplate/doc referenz.html,1.6,1.7


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate/doc referenz.html,1.6,1.7
Date: Thu, 10 Oct 2002 07:28:55 -0400

Update of /cvsroot/phpgroupware/etemplate/doc
In directory subversions:/tmp/cvs-serv10866

Modified Files:
        referenz.html 
Log Message:
implemented possibility to disable rows and cols,
disabling can depend on a value of $content

Index: referenz.html
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/doc/referenz.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** referenz.html       6 Oct 2002 00:25:50 -0000       1.6
--- referenz.html       10 Oct 2002 11:28:53 -0000      1.7
***************
*** 216,221 ****
        <td>no_lang</td>
        <td>
!               If checked the content of the widget gets NOT translated.<br>
!               The label of a widget get always translated.
        </td>
  </tr>
--- 216,221 ----
        <td>no_lang</td>
        <td>
!               If checked the content of the widget and the label gets NOT 
translated.<br>
!               The helptext of a widget is always translated.
        </td>
  </tr>
***************
*** 292,296 ****
  </tr>
  <tr>
!       <td><b>Width</b><br>column-attr.</td>
        <td>width</td>
        <td>yes</td>
--- 292,296 ----
  </tr>
  <tr>
!       <td><b>Width, Disabled</b><br>column-attr.</td>
        <td>width</td>
        <td>yes</td>
***************
*** 301,305 ****
  </tr>
  <tr>
!       <td><b>Height</b><br>row-attr.</td>
        <td>height</td>
        <td>yes</td>
--- 301,305 ----
  </tr>
  <tr>
!       <td><b>Height, Disabled</b><br>row-attr.</td>
        <td>height</td>
        <td>yes</td>
***************
*** 307,310 ****
--- 307,325 ----
        <td>
                Can be set to a percentage (eg. '10%'), a number of pixels or 
...
+       </td>
+ </tr>
+ <tr>
+       <td><b>Disabled</b><br>column-attr.<br>row-attr.</td>
+       <td>disabled</td>
+       <td>no</td>
+       <td>&nbsp;</td>
+       <td>
+               Syntax: <b>address@hidden|address@hidden|value2}]</b><br>
+               Disables (=dont show it) a row/column if a certain criteria is 
(not (=!)) meet.<br>
+       If no '=...' / 2. value is given, the test is made on the first value 
being not empty, else
+               the test is made by comparing the two values. Instead of a 
value you can give a name as an
+               index into the content prefixed by @. Examples:<br>
+               <b>address@hidden</b> disables row/col if value of data is 
empty, <br>
+               <b>@val=false</b> disables if value of val is equal to (the 
string) 'false'
        </td>
  </tr>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]