소스 검색

Add a clarifying note to an extension example. (#12062)

tags/8.12.0.alpha1
Anna Koskinen 3 년 전
부모
커밋
446a7680c2
No account linked to committer's email address
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      documentation/gwt/gwt-extension.asciidoc

+ 2
- 0
documentation/gwt/gwt-extension.asciidoc 파일 보기

@@ -51,6 +51,8 @@ public class CapsLockWarning extends AbstractExtension {
public static void addTo(PasswordField field) {
new CapsLockWarning().extend(field);
}
// NOTE: you only need one of the above, not all of them
}
----


Loading…
취소
저장