Parcourir la source

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

tags/8.12.0.alpha1
Anna Koskinen il y a 3 ans
Parent
révision
446a7680c2
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2
    0
      documentation/gwt/gwt-extension.asciidoc

+ 2
- 0
documentation/gwt/gwt-extension.asciidoc Voir le fichier

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


Chargement…
Annuler
Enregistrer