# HG changeset patch # User Paul Boddie # Date 1357318590 -3600 # Node ID 12780db25d84e3b093918d2fe2b3789ada3a72fb # Parent fdf3f273e417d0df62badfeeedf0f2105fa016e8 Added missing pages. diff -r fdf3f273e417 -r 12780db25d84 pages/ExampleFormCountryDict --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pages/ExampleFormCountryDict Fri Jan 04 17:56:30 2013 +0100 @@ -0,0 +1,7 @@ += ExampleFormCountryDict = + +This field definition is used by the ExampleFormDict form definitions. + + eu:: European Union + us:: United States + other:: Other diff -r fdf3f273e417 -r 12780db25d84 pages/ExampleFormDict --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pages/ExampleFormDict Fri Jan 04 17:56:30 2013 +0100 @@ -0,0 +1,10 @@ += ExampleFormDict = + +This form dictionary supports the examples on the HelpOnMoinForms page. + + name:: text size=40 required + address:: textarea cols=40 rows=5 + country:: select source=ExampleFormCountryDict maxselected=1 required + activity:: text size=30 required + duration:: text size=3 + finish:: submit