link to HTMLForm doc on the wiki
authorAntoine Musso <hashar@free.fr>
Thu, 2 Aug 2012 16:26:08 +0000 (18:26 +0200)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 3 Aug 2012 10:29:19 +0000 (10:29 +0000)
URL provided by ClĂ©ment Dietschy.

Change-Id: Ibea0266618c09b2dfbac5c356beba93dd8bebba2

includes/HTMLForm.php

index 6e9548d..ce9c377 100644 (file)
  * 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:
  *