WorldWander logo
Main

The Road Behind

Venezuela
Trinidad
Curacao
Galapagos
Ecuador
Peru
Bolivia
Paraguay
Argentina
Chile
Hong Kong
Thailand North
Thailand South
Malaysia
Cambodia
Singapore
Nepal
Kathmandu
Royal Trek
Nepal Trek
India
India Palace
Udaipur
Bangalore
Greece
Islands
Rhodes
Camping
Olympia
Turkey
Istanbul
Bath
Bursa
Cappadocia
Bodrum
South Africa
Garden Route
Cape Town
Namibia
Fish River
Etosha
Botswana
Zimbabwe
Wedding
Great Ruins
Germany
Bathroom
Netherlands
Spain
Madrid
Seville
Granada
Gibraltar
Morocco
Portugal
Sintra
France
Normandy
Egypt
Pyramids
Nile
Aswan
Abusimbel
Luxor
Valley of Kings
Alexandria
Red Sea
Jordan
Kings Valley
Aman
Palestine

The Road Ahead

Isreal
Czech Republic
Austria
Italy
Switzerland
England
Find pages
Unused pages
Undefined pages
Page Index

Set your name in
UserPreferences


Referenced by
...nobody




JSPWiki v2.2.33


FormSelect


FormSelect provides you a way to do a drop-down list (HTML <option>).

Parameters

  • name : The element name.
  • value : A list of components, separated with a semicolon (;). Prefix the one you want to have selected with a star (*).
  • separator : If semicolon (;) is bad for you, then you can use this to select the separator.
  • selector : If selector (*) is bad for you, set this to choose the selector.

Example

[{FormSelect name='criticality' 
  value='EnhancementRequest;CosmeticBug;*LightBug;MediumBug;BadBug;CriticalBug;FatalBug'}]

would produce

Example with the selector and separator changed.

This is essentially the same example as the previous one, but with the separator changed to a comma, and the selector changed to an exclamation mark:

[{FormSelect name='criticality' separator=',' selector='!'
   value='EnhancementRequest,CosmeticBug,!LightBug,MediumBug,BadBug,CriticalBug,FatalBug'}]

would produce


Back to WikiForms.




Go to top  
This page last changed on 16-May-2005 22:57:18 EDT by unknown.
Please make one.