mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 17:38:19 +01:00
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
This commit is contained in:
parent
c51cbb2ae3
commit
7cbe3e734b
@ -9,7 +9,7 @@
|
|||||||
</columns>
|
</columns>
|
||||||
<rows>
|
<rows>
|
||||||
<row>
|
<row>
|
||||||
<description size="ib" span="all" value="eTemplates MediaDB" no_lang="1" id="msg"/>
|
<description options="ib" span="all" value="eTemplates MediaDB" no_lang="1" id="msg"/>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<hrule span="all"/>
|
<hrule span="all"/>
|
||||||
@ -27,8 +27,8 @@
|
|||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<description value="Type"/>
|
<description value="Type"/>
|
||||||
<menulist>
|
<menulist span="all" statustext="select the type fitting most">
|
||||||
<menupopup span="all" id="type" statustext="select the type fitting most"/>
|
<menupopup id="type"/>
|
||||||
</menulist>
|
</menulist>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
</columns>
|
</columns>
|
||||||
<rows>
|
<rows>
|
||||||
<row>
|
<row>
|
||||||
<description size="ib" span="all" value="eTemplates MediaDB" no_lang="1" id="msg"/>
|
<description options="ib" span="all" value="eTemplates MediaDB" no_lang="1" id="msg"/>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<hrule span="all"/>
|
<hrule span="all"/>
|
||||||
|
@ -63,8 +63,8 @@ an eTemplate from the example app in the <a href="etemplate.html">Tutorial</a>
|
|||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<description value="Type"/>
|
<description value="Type"/>
|
||||||
<menulist>
|
<menulist span="all" statustext="select the type fitting most">
|
||||||
<menupopup span="all" id="type" statustext="select the type fitting most"/>
|
<menupopup id="type"/>
|
||||||
</menulist>
|
</menulist>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
@ -121,11 +121,13 @@ implement only a subset of XUL. Here are the main differences:</p>
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><b>Type</b></td>
|
<td><b>Type</b></td>
|
||||||
<td>no attr,<br>this is<br>the tag</td>
|
<td>type<br><i>(only for<br>sub-types)</td>
|
||||||
<td>yes</td>
|
<td>no</td>
|
||||||
<td>type</td>
|
<td>type</td>
|
||||||
<td>
|
<td>
|
||||||
The type of the widget. It has to be either the name of a standard eTemplate-widget or of
|
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>.
|
an already existing <a href="#extensions">extension</a>.
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user