瀏覽代碼

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…
取消
儲存