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.3,1.4


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate/doc referenz.html,1.3,1.4
Date: Tue, 17 Sep 2002 08:29:03 -0400

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

Modified Files:
        referenz.html 
Log Message:
added <button image=".." ro_image=".."/> to have an image instead of a button
updated referenz.html

Index: referenz.html
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/doc/referenz.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** referenz.html       17 Sep 2002 09:32:49 -0000      1.3
--- referenz.html       17 Sep 2002 12:29:01 -0000      1.4
***************
*** 428,440 ****
  <tr>
        <td><b>Submitbutton</b></td>
!       <td>&lt;button/></td>
        <td>yes</td>
        <td>button</td>
        <td>
                <b>a button to submit the form / end the dialog</b><br>
!               In the html-UI this is rendered as &lt;input type="submit" 
...><br>
!               If <b>onchanged</b> is set and the user has JavaScript enabled
                the button is renderd as a link around the label and a hidden
!               input to set if the link is clicked.
        </td>
  </tr>
--- 428,445 ----
  <tr>
        <td><b>Submitbutton</b></td>
!       <td>&lt;button image="img.gif" ro_image="img-grey.gif"/></td>
        <td>yes</td>
        <td>button</td>
        <td>
                <b>a button to submit the form / end the dialog</b><br>
!               In the html-UI this is rendered as &lt;input type="submit" 
...>.<br>
!               If a button is set readonly (via seting its id in the 
$readonlys array passed to exec) it is not rendered
!               at all (if no ro_image is given), like it would be diabled.<p>
!               <b>onChange</b> xml: <b>onchange</b>: if set and the user has 
JavaScript enabled
                the button is renderd as a link around the label and a hidden
!               input to set id if the link is clicked.<br>
!               <b>Options</b> xml: <b>image, ro_image</b>: Image to use 
instead of a Button with a label. There will
!               be no button around the image. If a ro_image is given 
(separated by a comma in the editors options)
!               it will be used if the button is set readonly (else the button 
is no rendered at all) .
        </td>
  </tr>





reply via email to

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