Просмотр исходного кода

Using correct tags in the portal ui docs

There are not [source, java] tags.
tags/8.7.0.beta1
DiegoSanzVi 5 лет назад
Родитель
Сommit
a3fceafd47
1 измененных файлов: 2 добавлений и 1 удалений
  1. 2
    1
      documentation/portal/portal-ui.asciidoc

+ 2
- 1
documentation/portal/portal-ui.asciidoc Просмотреть файл

@@ -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,

Загрузка…
Отмена
Сохранить