소스 검색

Using correct tags in the portal ui docs

There are not [source, java] tags.
tags/8.6.4
DiegoSanzVi 5 년 전
부모
커밋
0c1f61f552
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,

Loading…
취소
저장