diff --git a/etemplate/doc/et_media/templates/default/et_media.edit.xul b/etemplate/doc/et_media/templates/default/et_media.edit.xul index 69cca12be1..351db1d3fa 100644 --- a/etemplate/doc/et_media/templates/default/et_media.edit.xul +++ b/etemplate/doc/et_media/templates/default/et_media.edit.xul @@ -9,7 +9,7 @@ - + @@ -27,8 +27,8 @@ - - + + diff --git a/etemplate/doc/et_media/templates/default/et_media.show.xul b/etemplate/doc/et_media/templates/default/et_media.show.xul index 747c326e1d..3ea41e83ba 100644 --- a/etemplate/doc/et_media/templates/default/et_media.show.xul +++ b/etemplate/doc/et_media/templates/default/et_media.show.xul @@ -6,7 +6,7 @@ - + diff --git a/etemplate/doc/referenz.html b/etemplate/doc/referenz.html index 173ba690c3..613ca1471b 100644 --- a/etemplate/doc/referenz.html +++ b/etemplate/doc/referenz.html @@ -63,8 +63,8 @@ an eTemplate from the example app in the Tutorial </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:

Type - no attr,
this is
the tag - yes + type
(only for
sub-types) + no type - 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.
+ The Type / tag has to be either the name of a standard eTemplate-widget or of an already existing extension.