Skip to content

Commit cd9563d

Browse files
besirdg
authored andcommitted
Added manual rendering for radioList example (#419)(#420)
1 parent 2a525ec commit cd9563d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

cs/forms.texy

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -914,6 +914,9 @@ Formuláře lze vykreslovat i ručně a tím získat větší kontrolu nad kóde
914914
<td>{input name}</td>
915915
</tr>
916916

917+
<!-- V případě že potřebujeme vykreslit ručně jednotlivé prvky radiolistu -->
918+
<p>{input radioList:itemKey} | {input radioList:itemKeyTwo}</p>
919+
917920
...
918921

919922
</table>

en/forms.texy

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -937,6 +937,9 @@ You can render forms manually for better control over the generated code. Place
937937
<td>{input name}</td>
938938
</tr>
939939

940+
<!--If you need manualy render radiolist -->
941+
<p>{input radioList:itemKey} | {input radioList:itemKeyTwo}</p>
942+
940943
...
941944

942945
</table>

0 commit comments

Comments
 (0)