diff options
author | Henri Muurimaa <henri.muurimaa@gmail.com> | 2017-08-31 13:59:54 +0300 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-08-31 13:59:54 +0300 |
commit | dae918ed2cd0db3fdcdc1ba8206ecb57dab4745a (patch) | |
tree | 1809ee67a3149c3d8b2969e475d51cfff5617bfd /documentation/articles/DevelopingPortletsForTheWebsherePortalServer.asciidoc | |
parent | f9577ecb4bced46225c119a44deb60603c46ab2c (diff) | |
download | vaadin-framework-dae918ed2cd0db3fdcdc1ba8206ecb57dab4745a.tar.gz vaadin-framework-dae918ed2cd0db3fdcdc1ba8206ecb57dab4745a.zip |
Add 3 wiki articles (#9903)
Add articles:
- Configure ComboBoxes wisely
- Letting the user download a file
- Using Vaadin in IBM Domino
Diffstat (limited to 'documentation/articles/DevelopingPortletsForTheWebsherePortalServer.asciidoc')
-rw-r--r-- | documentation/articles/DevelopingPortletsForTheWebsherePortalServer.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/articles/DevelopingPortletsForTheWebsherePortalServer.asciidoc b/documentation/articles/DevelopingPortletsForTheWebsherePortalServer.asciidoc index 1edcd0bb71..4362b7e7f6 100644 --- a/documentation/articles/DevelopingPortletsForTheWebsherePortalServer.asciidoc +++ b/documentation/articles/DevelopingPortletsForTheWebsherePortalServer.asciidoc @@ -42,7 +42,7 @@ interesting part is the configuration of the portlet.xml file. Portlet.xml ^^^^^^^^^^^ -[source] +[source,xml] .... <?xml version="1.0" encoding="UTF-8" standalone="no"?> <portlet-app xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.0" xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd" id="com.gisag.vaadin.ClickMeUI"> |