Przeglądaj źródła

Using correct tags in the portal ui docs

There are not [source, java] tags.
tags/8.7.0.beta1
DiegoSanzVi 5 lat temu
rodzic
commit
a3fceafd47
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2
    1
      documentation/portal/portal-ui.asciidoc

+ 2
- 1
documentation/portal/portal-ui.asciidoc Wyświetl plik

@@ -10,7 +10,7 @@ layout: page
A portlet UI is just like in a regular Vaadin application, a class that extends
[classname]#com.vaadin.ui.UI#.

[source, java]
----
@Theme("myportlet")
public class MyportletUI extends UI {
@@ -72,6 +72,7 @@ the Project">>.

Otherwise, the following snippet can be used.

[source, java]
----
@WebServlet(value = "/*", asyncSupported = true)
@VaadinServletConfiguration(productionMode = false,

Ładowanie…
Anuluj
Zapisz