From 4102c853a90a1c1507724daa7a6fc19e9290fd05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milo=C5=A1=20Brecher?= <34324008+mildabre@users.noreply.github.com> Date: Wed, 5 Apr 2023 18:35:58 +0200 Subject: [PATCH] Minimal description of tag {form}{/form} Latte tag {form}{/form} is insufficiently described in the documentation. The tag is mentioned in Latte https://latte.nette.org/cs/tags, in the paragraph "Only available with Nette Forms". Here is just a link that leads to the Nette Forms documentation: https://doc.nette.org/cs/forms/rendering#toc-latte, but again we can't find any definition of this tag. Since the tag {form "formName"}{/form} is essentially an alternative notation for
, which is well described in the documentation, I suggest inserting only a small separate paragraph where it would be clearly explained . --- forms/cs/rendering.texy | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/forms/cs/rendering.texy b/forms/cs/rendering.texy index 0daead4049..398cc6287c 100644 --- a/forms/cs/rendering.texy +++ b/forms/cs/rendering.texy @@ -87,6 +87,11 @@ Složitější formulářové prvky, jako je RadioList nebo CheckboxList, lze ta {/foreach} ``` +`{form}{/form}` +--------------- + +Tag `{form "formName"}...{/form}` je alternativní zápis k `...
`. + Návrh kódu `{formPrint}` ------------------------