From e684be51f48847c0fd69152fc3c3ba8aafb9d008 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Thu, 2 Aug 2012 18:26:08 +0200 Subject: [PATCH] link to HTMLForm doc on the wiki MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit URL provided by Clément Dietschy. Change-Id: Ibea0266618c09b2dfbac5c356beba93dd8bebba2 --- includes/HTMLForm.php | 4 ++++ 1 file changed, 4 insertions(+) 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: * -- 2.20.1