瀏覽代碼

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

tags/8.12.0.alpha1
Anna Koskinen 3 年之前
父節點
當前提交
446a7680c2
沒有連結到貢獻者的電子郵件帳戶。
共有 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…
取消
儲存