mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +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>
|
||||
<rows>
|
||||
<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>
|
||||
<hrule span="all"/>
|
||||
@ -27,8 +27,8 @@
|
||||
</row>
|
||||
<row>
|
||||
<description value="Type"/>
|
||||
<menulist>
|
||||
<menupopup span="all" id="type" statustext="select the type fitting most"/>
|
||||
<menulist span="all" statustext="select the type fitting most">
|
||||
<menupopup id="type"/>
|
||||
</menulist>
|
||||
</row>
|
||||
<row>
|
||||
|
@ -6,7 +6,7 @@
|
||||
</columns>
|
||||
<rows>
|
||||
<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>
|
||||
<hrule span="all"/>
|
||||
|
@ -63,8 +63,8 @@ an eTemplate from the example app in the <a href="etemplate.html">Tutorial</a>
|
||||
</row>
|
||||
<row>
|
||||
<description value="Type"/>
|
||||
<menulist>
|
||||
<menupopup span="all" id="type" statustext="select the type fitting most"/>
|
||||
<menulist span="all" statustext="select the type fitting most">
|
||||
<menupopup id="type"/>
|
||||
</menulist>
|
||||
</row>
|
||||
<row>
|
||||
@ -121,11 +121,13 @@ implement only a subset of XUL. Here are the main differences:</p>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>Type</b></td>
|
||||
<td>no attr,<br>this is<br>the tag</td>
|
||||
<td>yes</td>
|
||||
<td>type<br><i>(only for<br>sub-types)</td>
|
||||
<td>no</td>
|
||||
<td>type</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>.
|
||||
</td>
|
||||
</tr>
|
||||
|
Loading…
Reference in New Issue
Block a user