aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/articles/DevelopingPortletsForTheWebsherePortalServer.asciidoc
diff options
context:
space:
mode:
authorHenri Muurimaa <henri.muurimaa@gmail.com>2017-08-31 13:59:54 +0300
committerHenri Sara <henri.sara@gmail.com>2017-08-31 13:59:54 +0300
commitdae918ed2cd0db3fdcdc1ba8206ecb57dab4745a (patch)
tree1809ee67a3149c3d8b2969e475d51cfff5617bfd /documentation/articles/DevelopingPortletsForTheWebsherePortalServer.asciidoc
parentf9577ecb4bced46225c119a44deb60603c46ab2c (diff)
downloadvaadin-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.asciidoc2
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">