diff options
Diffstat (limited to 'bundles/org.eclipse.rap.ui/schema/rap/themeableWidgets.exsd')
-rw-r--r-- | bundles/org.eclipse.rap.ui/schema/rap/themeableWidgets.exsd | 28 |
1 files changed, 13 insertions, 15 deletions
diff --git a/bundles/org.eclipse.rap.ui/schema/rap/themeableWidgets.exsd b/bundles/org.eclipse.rap.ui/schema/rap/themeableWidgets.exsd index 09654d876b..35d73e3a28 100644 --- a/bundles/org.eclipse.rap.ui/schema/rap/themeableWidgets.exsd +++ b/bundles/org.eclipse.rap.ui/schema/rap/themeableWidgets.exsd @@ -29,21 +29,21 @@ None of these files are mandatory, files which are found are respected, but file <attribute name="point" type="string" use="required"> <annotation> <documentation> - + </documentation> </annotation> </attribute> <attribute name="id" type="string"> <annotation> <documentation> - + </documentation> </annotation> </attribute> <attribute name="name" type="string"> <annotation> <documentation> - + </documentation> <appInfo> <meta.attribute translatable="true"/> @@ -101,18 +101,16 @@ None of these files are mandatory, files which are found are respected, but file <meta.section type="examples"/> </appInfo> <documentation> - The following is an example of a themeable widget extension definition: -<p> + The following is an example of a themeable widget extension definition: <pre> - <extension - point="org.eclipse.rap.ui.themeableWidgets"> - <widget - id="my.custom.datepicker" - class="my.custom.controls.DatePicker"> - </widget> - </extension> +<extension + point="org.eclipse.rap.ui.themeableWidgets"> + <widget + id="my.custom.datepicker" + class="my.custom.controls.DatePicker"> + </widget> +</extension> </pre> -</p> </documentation> </annotation> @@ -121,7 +119,7 @@ None of these files are mandatory, files which are found are respected, but file <meta.section type="apiInfo"/> </appInfo> <documentation> - + </documentation> </annotation> @@ -130,7 +128,7 @@ None of these files are mandatory, files which are found are respected, but file <meta.section type="implementation"/> </appInfo> <documentation> - + </documentation> </annotation> |