X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fform.php;h=74737f6df5c12953dbc6f71f0bfd90358f499971;hb=9ea57e5cb2622a8fc86c0cdd2cb6e73c0219fa51;hp=f6501dc6daf699b0b190f748c459d34a064638f9;hpb=6165c9601d8f4def5a31f075fdab73eb4086c07b;p=quix0rs-gnu-social.git diff --git a/lib/form.php b/lib/form.php index f6501dc6da..74737f6df5 100644 --- a/lib/form.php +++ b/lib/form.php @@ -172,7 +172,13 @@ class Form extends Widget } /** - * Class of the form. + * Class of the form. May include space-separated list of multiple classes. + * + * If 'ajax' is included, the form will automatically be submitted with + * an 'ajax=1' parameter added, and the resulting form or error message + * will replace the form after submission. + * + * It's up to you to make sure that the target action supports this! * * @return string the form's class */