[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: etemplate/doc referenz.html,1.1,1.2
From: |
Ralf Becker <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: etemplate/doc referenz.html,1.1,1.2 |
Date: |
Tue, 17 Sep 2002 05:13:04 -0400 |
Update of /cvsroot/phpgroupware/etemplate/doc
In directory subversions:/tmp/cvs-serv22854
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
changed the referenz.html accourdingly
Index: referenz.html
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/doc/referenz.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** referenz.html 12 Sep 2002 19:32:53 -0000 1.1
--- referenz.html 17 Sep 2002 09:13:02 -0000 1.2
***************
*** 46,50 ****
<rows>
<row>
! <description size="ib" span="all" value="eTemplates MediaDB"
no_lang="1" id="msg"/>
</row>
<row>
--- 46,50 ----
<rows>
<row>
! <description options="ib" span="all" value="eTemplates MediaDB"
no_lang="1" id="msg"/>
</row>
<row>
***************
*** 198,202 ****
</tr>
<tr>
! <td><b>Size</b></td>
<td>?</td>
<td>?</td>
--- 198,202 ----
</tr>
<tr>
! <td><b>Options</b></td>
<td>?</td>
<td>?</td>
***************
*** 341,345 ****
The content is taken from the content-array but it can have an
own label from
the label attribute too.<p>
! <b>Size</b>: if it contains a 'i' and/or a 'b' the content (not
the label) is rendered
in italic and/or bold.
</td>
--- 341,345 ----
The content is taken from the content-array but it can have an
own label from
the label attribute too.<p>
! <b>Options</b>: if it contains a 'i' and/or a 'b' the content
(not the label) is rendered
in italic and/or bold.
</td>
***************
*** 353,357 ****
<b>a single-line input field for text</b><br>
In the html-UI this is rendered as <input ...><p>
! <b>Size</b> has 2 comma-separated fields:<br>
xml: <b>size</b>: the length in chars of the input-field<br>
xml: <b>maxlength</b>: the maximum length of the input
--- 353,357 ----
<b>a single-line input field for text</b><br>
In the html-UI this is rendered as <input ...><p>
! <b>Options</b> has 2 comma-separated fields:<br>
xml: <b>size</b>: the length in chars of the input-field<br>
xml: <b>maxlength</b>: the maximum length of the input
***************
*** 367,371 ****
In the html-UI this is rendered as <input ...>. <i>There are
no checks implemented at the moment,
but the will come in the near future.</i><p>
! <b>Size</b> has 3 comma-separated fields:<br>
xml: <b>min</b>: minimum value, default none<br>
xml: <b>max</b>: maximum value, default none<br>
--- 367,371 ----
In the html-UI this is rendered as <input ...>. <i>There are
no checks implemented at the moment,
but the will come in the near future.</i><p>
! <b>Options</b> has 3 comma-separated fields:<br>
xml: <b>min</b>: minimum value, default none<br>
xml: <b>max</b>: maximum value, default none<br>
***************
*** 382,386 ****
In the html-UI this is rendered as <input ...>. <i>There are
no checks implemented at the moment,
but the will come in the near future.</i><p>
! <b>Size</b> has 3 comma-separated fields:<br>
xml: <b>min</b>: minimum value, default none<br>
xml: <b>max</b>: maximum value, default none<br>
--- 382,386 ----
In the html-UI this is rendered as <input ...>. <i>There are
no checks implemented at the moment,
but the will come in the near future.</i><p>
! <b>Options</b> has 3 comma-separated fields:<br>
xml: <b>min</b>: minimum value, default none<br>
xml: <b>max</b>: maximum value, default none<br>
***************
*** 396,400 ****
<b>a multiline input-field for text</b><br>
In the html-UI this is rendered as <textarea ...>.<p>
! <b>Size</b> has 2 comma-separated fields:<br>
xml: <b>cols</b>: the width of the field in chars<br>
xml: <b>rows</b>: the number of rows
--- 396,400 ----
<b>a multiline input-field for text</b><br>
In the html-UI this is rendered as <textarea ...>.<p>
! <b>Options</b> has 2 comma-separated fields:<br>
xml: <b>cols</b>: the width of the field in chars<br>
xml: <b>rows</b>: the number of rows
***************
*** 420,425 ****
In the html-UI this is rendered as <input type="radio"
...><br>
Unlike XUL (and like html) the radio-buttons are grouped by
giving them the same name / id.
! If it is checked, the value is set to what is entered in
<b>Size</b>. If the value of the
! content array at index name/id matches size the radiobutton is
marked 'checked'.
</td>
</tr>
--- 420,425 ----
In the html-UI this is rendered as <input type="radio"
...><br>
Unlike XUL (and like html) the radio-buttons are grouped by
giving them the same name / id.
! If it is checked, the value is set to what is entered in
<b>Options</b>. If the value of the
! content array at index name/id matches the options-field the
radiobutton is marked 'checked'.
</td>
</tr>
***************
*** 445,449 ****
<b>a horizontal rule / line</b><br>
In the html-UI this is rendered as <hr ...><br>
! <b>Size</b> can contain a width of the rule, default is 100%
</td>
</tr>
--- 445,449 ----
<b>a horizontal rule / line</b><br>
In the html-UI this is rendered as <hr ...><br>
! <b>Options</b> can contain a width of the rule, default is 100%
</td>
</tr>
***************
*** 456,461 ****
<b>a separate eTemplate to be loaded into this cell</b><br>
<b>Name</b> xml: <b>id</b>: the name of the etemplate to
load<br>
! <b>Size</b> xml: <b>content</b>: if set, the template uses an
own sub-array
! of the content array indexed by the value of size (if not the
full
content-array is used). Variables like $row can be used as
descript
for the general attribute Name.
--- 456,461 ----
<b>a separate eTemplate to be loaded into this cell</b><br>
<b>Name</b> xml: <b>id</b>: the name of the etemplate to
load<br>
! <b>Options</b> xml: <b>content</b>: if set, the template uses
an own sub-array
! of the content array indexed by the value of this field (if not
the full
content-array is used). Variables like $row can be used as
descript
for the general attribute Name.
***************
*** 478,482 ****
<menulist><br>
<menupopup/><br>
! </menulist><br>
</td>
<td>yes</td>
--- 478,484 ----
<menulist><br>
<menupopup/><br>
! </menulist><p>
! <i>multiselect: <b>options</b> > 1</i><br>
! <listbox rows="#"/>
</td>
<td>yes</td>
***************
*** 490,495 ****
to the exec or show function of the
etemplate-class
</ol>
! <b>Size</b> xml: <b>size</b>: if set and > 1 the selectbox is a
multiselection with size lines<br>
! </td>
</tr>
<tr>
--- 492,504 ----
to the exec or show function of the
etemplate-class
</ol>
! <b>Options</b> <i>in the editor</i>: if set and > 1 the
selectbox is a multiselection with options number of lines<p>
! xml: <b>rows</b>: <i>only for <listbox></i>: number of rows
to show<p>
! xml: <b>type</b>: can be set to get several predefined
select-contents, in that case you dont need to set
! the content as descripted above: <br>
! <b>select-cat</b>: Select a phpgw category, options can
be set to -1 to get an additional 'All'<br>
! <b>select-account</b>: Select a user and/or group,
determined by the options-field:
! 'accounts' (default), 'groups', 'both'<br>
! <b>select-percent, select-priority, select-access,
select-country, select-state</b>: as you expect
! by the name
</tr>
<tr>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: etemplate/doc referenz.html,1.1,1.2,
Ralf Becker <address@hidden> <=