Procházet zdrojové kódy

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

tags/8.12.0.alpha1
Anna Koskinen před 3 roky
rodič
revize
446a7680c2
Žádný účet není propojen s e-mailovou adresou tvůrce revize
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2
    0
      documentation/gwt/gwt-extension.asciidoc

+ 2
- 0
documentation/gwt/gwt-extension.asciidoc Zobrazit soubor

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


Načítá se…
Zrušit
Uložit