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.8,1.9


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate/doc referenz.html,1.8,1.9
Date: Sat, 12 Oct 2002 19:01:23 -0400

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

Modified Files:
        referenz.html 
Log Message:
added date_widget and corrected wrong widget-name integer to int

Index: referenz.html
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/doc/referenz.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** referenz.html       12 Oct 2002 16:36:29 -0000      1.8
--- referenz.html       12 Oct 2002 23:01:21 -0000      1.9
***************
*** 379,385 ****
  <tr>
        <td><b>Integer</b></td>
!       <td>&lt;textbox<br>type="integer"/></td>
        <td>?</td>
!       <td>integer</td>
        <td>
                <b>a input-field to enter an integer</b><br>
--- 379,385 ----
  <tr>
        <td><b>Integer</b></td>
!       <td>&lt;textbox<br>type="int"/></td>
        <td>?</td>
!       <td>int</td>
        <td>
                <b>a input-field to enter an integer</b><br>
***************
*** 550,553 ****
--- 550,571 ----
                Returns the file-name of the uploaded file in the servers 
tmp-dir (the webserver needs to have a
                writable tmp-dir) plus, if javascript is enabled, the local 
filename of the client as "${name}_path".
+       </td>
+ </tr>
+ <tr>
+       <td><b>Date</b></td>
+       <td>
+               &lt;date options="Y-m-d,1"/><br>
+       </td>
+       <td>no</td>
+       <td>date</td>
+       <td>
+               <b>Dateinput</b> via selectboxes or a field for the year<br>
+               The order of the input-fields is determined by the prefs of the 
user.<br>
+               <b>Options</b>: [date-storage-format][,year-no-selectbox]<br>
+               <b>date-storage-format</b> is the format, in which the date is 
stored in the variable: empty means 
+               an unix-timestamp, or a string containing the letters <b>Y</b>, 
<b>m</b> and <b>d</b> plus separators, 
+               eg. 'Y-m-d': 2002-12-31.<br>
+               <b>year-no-selectbox</b> if true an int-widget (input-field) is 
used instead of a select-year widget.<br>
+               <i>If readonly is set, this widget can be used to display a 
date, without the need to convert it.</i>
        </td>
  </tr>





reply via email to

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