# HG changeset patch # User Paul Boddie # Date 1373984795 -7200 # Node ID 4765fa33c89125d8b931bf5650a6d1528f96c401 # Parent 45afd49532f12af71c585cf1a7cae1d088bbfccb "Wiki" -> "wiki" diff -r 45afd49532f1 -r 4765fa33c891 pages/HelpOnMoinForms --- a/pages/HelpOnMoinForms Fri Apr 19 15:18:21 2013 +0200 +++ b/pages/HelpOnMoinForms Tue Jul 16 16:26:35 2013 +0200 @@ -5,7 +5,7 @@ == MoinForms == -The !MoinForms support for !MoinMoin provides a way of describing Web forms that can be embedded in Wiki pages and handled by special Wiki actions. +The !MoinForms support for !MoinMoin provides a way of describing Web forms that can be embedded in wiki pages and handled by special wiki actions. <> @@ -28,7 +28,7 @@ * A region providing a form * Within which form fields can be inserted using the `FormField` macro - * Using normal Wiki syntax, meaning that normal formatting facilities can be used to present forms (with a table being used in this case) + * Using normal wiki syntax, meaning that normal formatting facilities can be used to present forms (with a table being used in this case) Here, four form fields are used, but their definitions are not provided in the form region itself. Instead, each of the fields references a !WikiDict providing such definition details, and this is described [[#Defining_Fields|below]]. @@ -59,7 +59,7 @@ Form regions must be defined using the special `#!form` notation and should provide a `fragment` identifier that uniquely identifies the form on the page, along with an `action` identifier indicating which action should be used to interpret and process the form data. If the `action` argument is missing, the default `MoinFormHandlerAction` is used. The `finishing` argument should list field names separated by commas that cause a validated form to be finished and thus stored (in the default action). -Normal Wiki markup can be used within form regions, but care must be taken to ensure that where other regions are embedded within form regions, the number of brackets used to declare the outer regions is greater than the number used to declare the embedded regions. This technique is described on the HelpOnParsers page, but is also illustrated below. +Normal wiki markup can be used within form regions, but care must be taken to ensure that where other regions are embedded within form regions, the number of brackets used to declare the outer regions is greater than the number used to declare the embedded regions. This technique is described on the HelpOnParsers page, but is also illustrated below. {{{{{ {{{{#!form fragment=exampleform action=ExampleAction finishing=finish