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.2,1.3


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate/doc referenz.html,1.2,1.3
Date: Tue, 17 Sep 2002 05:32:51 -0400

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

Modified Files:
        referenz.html 
Log Message:
added <listbox> tag for multiline-selects,
moved attributs from <menupopup> to <menulist> (execpt options and id)
added several options for the predefined phpgw selects like cats or accounts
renamed size to options

Index: referenz.html
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/doc/referenz.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** referenz.html       17 Sep 2002 09:13:02 -0000      1.2
--- referenz.html       17 Sep 2002 09:32:49 -0000      1.3
***************
*** 64,69 ****
        &lt;row>
          &lt;description value="Type"/>
!         &lt;menulist>
!           &lt;menupopup span="all" id="type" statustext="select the type 
fitting most"/>
          &lt;/menulist>
        &lt;/row>
--- 64,69 ----
        &lt;row>
          &lt;description value="Type"/>
!         &lt;menulist span="all" statustext="select the type fitting most">
!           &lt;menupopup id="type"/>
          &lt;/menulist>
        &lt;/row>
***************
*** 122,130 ****
  <tr>
        <td><b>Type</b></td>
!       <td>no attr,<br>this is<br>the tag</td>
!       <td>yes</td>
        <td>type</td>
        <td>
!               The type of the widget. It has to be either the name of a 
standard eTemplate-widget or of
                an already existing <a href="#extensions">extension</a>.
        </td>
--- 122,132 ----
  <tr>
        <td><b>Type</b></td>
!       <td>type<br><i>(only for<br>sub-types)</td>
!       <td>no</td>
        <td>type</td>
        <td>
!               The type of the widget is stored in the tag itself, some 
widgets have sub-types (unknow to XUL).
!               In that case the subtype is stored in the type attribut.<br>
!               The Type / tag has to be either the name of a standard 
eTemplate-widget or of
                an already existing <a href="#extensions">extension</a>.
        </td>





reply via email to

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