From 982a0eba71720e49ed665af31f00ed35a0f9b25a Mon Sep 17 00:00:00 2001 From: Besir Date: Thu, 18 Feb 2016 14:25:51 +0100 Subject: [PATCH] Added manual rendering for radioList example --- en/forms.texy | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/en/forms.texy b/en/forms.texy index 3ec573cf86..c9620644fb 100644 --- a/en/forms.texy +++ b/en/forms.texy @@ -920,6 +920,23 @@ You can render forms manually for better control over the generated code. Place {input name} + + + {label radioList /} + + + + + + +
+ {input radioList:itemKey} + + {input radioList:itemKeyTwo} +
+ + + ...