From: Antoine Musso Date: Thu, 2 Aug 2012 16:26:08 +0000 (+0200) Subject: link to HTMLForm doc on the wiki X-Git-Tag: 1.31.0-rc.0~22863 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=e684be51f48847c0fd69152fc3c3ba8aafb9d008;p=lhc%2Fweb%2Fwiklou.git link to HTMLForm doc on the wiki URL provided by Clément Dietschy. Change-Id: Ibea0266618c09b2dfbac5c356beba93dd8bebba2 --- diff --git a/includes/HTMLForm.php b/includes/HTMLForm.php index 6e9548db50..ce9c3772c7 100644 --- a/includes/HTMLForm.php +++ b/includes/HTMLForm.php @@ -34,6 +34,10 @@ * object, and typically implement at least getInputHTML, which generates * the HTML for the input field to be placed in the table. * + * You can find extensive documentation on the www.mediawiki.org wiki: + * - http://www.mediawiki.org/wiki/HTMLForm + * - http://www.mediawiki.org/wiki/HTMLForm/tutorial + * * The constructor input is an associative array of $fieldname => $info, * where $info is an Associative Array with any of the following: *