Difference between revisions of "Help:InputBox"
From Apache OpenOffice Wiki
(Created page with 'See: [http://www.mediawiki.org/wiki/Extension:InputBox Extension:InputBox] The InputBox extension can be used to addHTML forms to wiki pages. Users can "complete" a form (enteri…') |
|||
| Line 1: | Line 1: | ||
See: [http://www.mediawiki.org/wiki/Extension:InputBox Extension:InputBox] | See: [http://www.mediawiki.org/wiki/Extension:InputBox Extension:InputBox] | ||
| − | The InputBox extension can be used to | + | The InputBox extension can be used to add HTML forms to wiki pages. Users can "complete" a form (entering text, selecting menu items, etc.) by entering text into the box. |
InputBoxes are constructed like this: | InputBoxes are constructed like this: | ||
| Line 22: | Line 22: | ||
</nowiki> | </nowiki> | ||
| − | The '''type''' parameter is mandatory. All other parameters are optional. | + | The '''type''' parameter is mandatory (search, create, comment, commenttitle, fulltext). All other parameters are optional. |
[[Category: Help]] | [[Category: Help]] | ||
Latest revision as of 11:04, 17 November 2009
See: Extension:InputBox
The InputBox extension can be used to add HTML forms to wiki pages. Users can "complete" a form (entering text, selecting menu items, etc.) by entering text into the box.
InputBoxes are constructed like this:
<inputbox>
type=
bgcolor=
width=
default=
preload=
editintro=
buttonlabel=
hidden=
searchbuttonlabel=
break=
namespaces=
prefix=
</inputbox>
The type parameter is mandatory (search, create, comment, commenttitle, fulltext). All other parameters are optional.