We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a525ec commit cd9563dCopy full SHA for cd9563d
cs/forms.texy
@@ -914,6 +914,9 @@ Formuláře lze vykreslovat i ručně a tím získat větší kontrolu nad kóde
914
<td>{input name}</td>
915
</tr>
916
917
+<!-- V případě že potřebujeme vykreslit ručně jednotlivé prvky radiolistu -->
918
+<p>{input radioList:itemKey} | {input radioList:itemKeyTwo}</p>
919
+
920
...
921
922
</table>
en/forms.texy
@@ -937,6 +937,9 @@ You can render forms manually for better control over the generated code. Place
937
938
939
940
+<!--If you need manualy render radiolist -->
941
942
943
944
945
0 commit comments