Help:Extension/HTMLForm
From Metabolomics.JP
(Difference between revisions)
m (Doc:Extension/HTMLForm moved to Help:Extension/HTMLForm) |
|||
Line 7: | Line 7: | ||
__TOC__ | __TOC__ | ||
− | + | Extension to use form-related HTML tags (input, textarea, select, option, optgroup, fieldset, legend, label, form).<br> | |
− | + | The action URL in the form must be the wiki root directory (e.g. action="/wiki/..."). | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
== Requirements == | == Requirements == | ||
Line 31: | Line 27: | ||
<li>Optionally, Insert follow line to LocalSettings.php | <li>Optionally, Insert follow line to LocalSettings.php | ||
<pre>$egParamPrefix = "any string"; (default: "my_")</pre></li> | <pre>$egParamPrefix = "any string"; (default: "my_")</pre></li> | ||
− | $ | + | $egParamPrefix is used to distinguish parameters from original MediaWiki parameters. |
</ol> | </ol> | ||
Revision as of 16:59, 20 September 2008
Extension Information | |
Implementation | |
Description | |
Author(s) | K, Suwa |
Version | 0.1 |
MediaWiki | 1.11.1 |
License | |
Hooks used | |
Token type | |
Contents |
Extension to use form-related HTML tags (input, textarea, select, option, optgroup, fieldset, legend, label, form).
The action URL in the form must be the wiki root directory (e.g. action="/wiki/...").
Requirements
None
Download
version | source | size |
0.1(September 11,2008) | HTMLForm.phps |
Installtion
- Download source and rename to HTMLForm.php.
- Put in extensions/ directory.
- Insert follow line to LocalSettings.php
require_once( "$IP/extensions/HTMLForm.php" );
- Optionally, Insert follow line to LocalSettings.php
$egParamPrefix = "any string"; (default: "my_")
$egParamPrefix is used to distinguish parameters from original MediaWiki parameters.