Explorar el Código

Using correct tags in the portal ui docs

There are not [source, java] tags.
tags/8.7.0.beta1
DiegoSanzVi hace 5 años
padre
commit
a3fceafd47
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      documentation/portal/portal-ui.asciidoc

+ 2
- 1
documentation/portal/portal-ui.asciidoc Ver fichero

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

Cargando…
Cancelar
Guardar