JSPWiki logo
Strona główna
Zbieranina
Serwisy
Porady
Projekty
Humor sektora IT
TODO
Nowości
Ostatnie zmiany
Kontakt

Find pages
Unused pages
Undefined pages
Page Index

Set your name in
UserPreferences

Edit this page


Referenced by
Form Set
Wiki Forms




JSPWiki v2.2.33


Form Input


The FormInput -element allows you to create different kinds of basic HTML form elements: text, password, button, etc.

Parameters

  • type : The type of the input field. It can be any of the basic HTML types: "text", "password", "button" or "submit". This is mandatory.
  • name : A name for the input field. This is optional, but very good to set, if you want your value to be visible in submission...
  • value : A preset value for the field. You can also set them via the FormSet -plugin.
  • size : The size of the input field.

Examples

[{FormOpen form='helloform'}]
Hello, [{FormInput type='text' name='hellotext'}]
[{FormInput type='submit' value='Submit, please' name='submit'}]
[{FormClose}]

Would appear like this:

Hello,


Back to WikiForms.




Go to top   Edit this page   More info...   Attach file...
This page last changed on 24-Apr-2005 11:02:04 GMT by unknown.