Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions forms/bg/in-presenter.texy
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,8 @@ class RegistrationFormData
$person->setMappedType(PersonFormData::class);
```

Можете да генерирате предложение за класа данни на формуляра, като използвате метода `Nette\Forms\Blueprint::dataClass($form)`, който ще го отпечата на страницата на браузъра. След това можете просто да щракнете, за да изберете и копирате кода в проекта си. .{data-version:3.1.15}


Множество бутони за изпращане .[#toc-multiple-submit-buttons]
=============================================================
Expand Down
8 changes: 2 additions & 6 deletions forms/bg/rendering.texy
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

[Системата за шаблони Latte |latte:] улеснява значително изчертаването на форми и техните елементи. Първо ще ви покажем как да визуализирате формулярите ръчно, елемент по елемент, за да получите пълен контрол върху кода. По-късно ще ви покажем как да [автоматизирате |#Automatic-Rendering] такова визуализиране.

Можете да имате предложение за шаблон Latte за формуляра, генериран чрез метода `Nette\Forms\Blueprint::latte($form)`, който ще го изведе на страницата на браузъра. След това просто трябва да изберете кода с едно щракване и да го копирате в проекта си. .{data-version:3.1.15}


`{control}`
-----------
Expand Down Expand Up @@ -88,12 +90,6 @@ protected function createComponentSignInForm(): Form
```


Код на офертата `{formPrint}` .[#toc-formprint]
-----------------------------------------------

Можете да генерирате подобен код Latte за формата, като използвате тага `{formPrint}`. Ако го поставите в шаблон, ще видите черновия код вместо обичайното визуализиране. След това просто го изберете и го копирайте в проекта си.


`{label}` `{input}`
-------------------

Expand Down
2 changes: 2 additions & 0 deletions forms/bg/standalone.texy
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,8 @@ class RegistrationFormData
$person->setMappedType(PersonFormData::class);
```

Можете да генерирате предложение за класа данни на формуляра, като използвате метода `Nette\Forms\Blueprint::dataClass($form)`, който ще го отпечата на страницата на браузъра. След това можете просто да щракнете, за да изберете и копирате кода в проекта си. .{data-version:3.1.15}


Множество бутони за изпращане .[#toc-multiple-submit-buttons]
=============================================================
Expand Down
2 changes: 2 additions & 0 deletions forms/cs/in-presenter.texy
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,8 @@ Mapování pak z typu property `$person` pozná, že má kontejner mapovat na t
$person->setMappedType(PersonFormData::class);
```

Návrh datové třídy formuláře si můžete nechat vygenerovat pomocí metody `Nette\Forms\Blueprint::dataClass($form)`, která ji vypíše do stránky prohlížeče. Kód pak stačí kliknutím označit a zkopírovat do projektu. .{data-version:3.1.15}


Více tlačítek
=============
Expand Down
8 changes: 2 additions & 6 deletions forms/cs/rendering.texy
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Vykreslení pomocí Latte

[Šablonovací sytém Latte|latte:] zásadně usnadňuje vykreslení formulářů a jejich prvků. Nejprve si ukážeme, jak formuláře vykreslovat ručně po jednotlivých prvcích a tím získat plnou kontrolu nad kódem. Později si ukážeme, jak lze takové vykreslování [zautomatizovat |#Automatické vykreslování].

Návrh Latte šablony formuláře si můžete nechat vygenerovat pomocí metody `Nette\Forms\Blueprint::latte($form)`, která jej vypíše do stránky prohlížeče. Kód pak stačí kliknutím označit a zkopírovat do projektu. .{data-version:3.1.15}


`{control}`
-----------
Expand Down Expand Up @@ -88,12 +90,6 @@ Složitější formulářové prvky, jako je RadioList nebo CheckboxList, lze ta
```


Návrh kódu `{formPrint}` .[#toc-formprint]
------------------------------------------

Podobný Latte kód pro formulář si můžete nechat vygenerovat pomocí značky `{formPrint}`. Pokud ji umístíte do šablony, místo běžného vykreslení se zobrazí návrh kódu. Ten pak stačí označit a zkopírovat do projektu.


`{label}` `{input}`
-------------------

Expand Down
2 changes: 2 additions & 0 deletions forms/cs/standalone.texy
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,8 @@ Mapování pak z typu property `$person` pozná, že má kontejner mapovat na t
$person->setMappedType(PersonFormData::class);
```

Návrh datové třídy formuláře si můžete nechat vygenerovat pomocí metody `Nette\Forms\Blueprint::dataClass($form)`, která ji vypíše do stránky prohlížeče. Kód pak stačí kliknutím označit a zkopírovat do projektu. .{data-version:3.1.15}


Více tlačítek
=============
Expand Down
2 changes: 2 additions & 0 deletions forms/de/in-presenter.texy
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,8 @@ Das Mapping weiß dann anhand des Eigenschaftstyps `$person`, dass es den Contai
$person->setMappedType(PersonFormData::class);
```

Mit der Methode `Nette\Forms\Blueprint::dataClass($form)` können Sie einen Vorschlag für die Datenklasse eines Formulars erzeugen, der auf der Browserseite ausgedruckt wird. Sie können dann einfach auf den Code klicken, um ihn auszuwählen und in Ihr Projekt zu kopieren. .{data-version:3.1.15}


Mehrere Submit-Buttons .[#toc-multiple-submit-buttons]
======================================================
Expand Down
8 changes: 2 additions & 6 deletions forms/de/rendering.texy
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Rendering mit Latte .[#toc-rendering-with-latte]

Das [Latte-Templating-System |latte:] erleichtert das Rendern von Formularen und ihren Elementen grundlegend. Wir werden zunächst zeigen, wie man Formulare manuell, Element für Element, rendern kann, um die volle Kontrolle über den Code zu erhalten. Später werden wir zeigen, wie man dieses Rendering [automatisieren |#Automatic rendering] kann.

Mit der Methode `Nette\Forms\Blueprint::latte($form)` können Sie sich den Vorschlag einer Lattenvorlage für das Formular generieren lassen, der dann auf der Browser-Seite ausgegeben wird. Dann brauchen Sie den Code nur noch mit einem Klick auszuwählen und in Ihr Projekt zu kopieren. .{data-version:3.1.15}


`{control}`
-----------
Expand Down Expand Up @@ -88,12 +90,6 @@ Komplexere Formularelemente, wie z. B. RadioList oder CheckboxList, können Elem
```


Code-Vorschlag `{formPrint}` .[#toc-formprint]
----------------------------------------------

Sie können einen ähnlichen Latte-Code für ein Formular mit dem Tag `{formPrint}` erzeugen. Wenn Sie ihn in eine Vorlage einfügen, sehen Sie den Code-Entwurf anstelle des normalen Renderings. Wählen Sie ihn dann einfach aus und kopieren Sie ihn in Ihr Projekt.


`{label}` `{input}`
-------------------

Expand Down
2 changes: 2 additions & 0 deletions forms/de/standalone.texy
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,8 @@ Das Mapping weiß dann anhand des Eigenschaftstyps `$person`, dass es den Contai
$person->setMappedType(PersonFormData::class);
```

Mit der Methode `Nette\Forms\Blueprint::dataClass($form)` können Sie einen Vorschlag für die Datenklasse eines Formulars erzeugen, der auf der Browserseite ausgedruckt wird. Sie können dann einfach auf den Code klicken, um ihn auszuwählen und in Ihr Projekt zu kopieren. .{data-version:3.1.15}


Mehrere Submit-Buttons .[#toc-multiple-submit-buttons]
======================================================
Expand Down
2 changes: 2 additions & 0 deletions forms/el/in-presenter.texy
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,8 @@ class RegistrationFormData
$person->setMappedType(PersonFormData::class);
```

Μπορείτε να δημιουργήσετε μια πρόταση για την κλάση δεδομένων μιας φόρμας χρησιμοποιώντας τη μέθοδο `Nette\Forms\Blueprint::dataClass($form)`, η οποία θα την εκτυπώσει στη σελίδα του προγράμματος περιήγησης. Στη συνέχεια, μπορείτε απλά να κάνετε κλικ για να επιλέξετε και να αντιγράψετε τον κώδικα στο έργο σας. .{data-version:3.1.15}


Πολλαπλά κουμπιά υποβολής .[#toc-multiple-submit-buttons]
=========================================================
Expand Down
8 changes: 2 additions & 6 deletions forms/el/rendering.texy
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

Το [σύστημα προτύπων Latte |latte:] διευκολύνει ουσιαστικά την απόδοση των μορφών και των στοιχείων τους. Αρχικά, θα δείξουμε πώς να αποδίδουμε τις φόρμες χειροκίνητα, στοιχείο προς στοιχείο, για να αποκτήσουμε πλήρη έλεγχο του κώδικα. Αργότερα θα δείξουμε πώς να [αυτοματοποιήσουμε |#Automatic rendering] την εν λόγω απόδοση.

Μπορείτε να έχετε την πρόταση ενός προτύπου Latte για τη φόρμα που δημιουργείται χρησιμοποιώντας τη μέθοδο `Nette\Forms\Blueprint::latte($form)`, η οποία θα την εξάγει στη σελίδα του προγράμματος περιήγησης. Στη συνέχεια, πρέπει απλώς να επιλέξετε τον κώδικα με ένα κλικ και να τον αντιγράψετε στο έργο σας. .{data-version:3.1.15}


`{control}`
-----------
Expand Down Expand Up @@ -88,12 +90,6 @@ protected function createComponentSignInForm(): Form
```


Πρόταση κώδικα `{formPrint}` .[#toc-formprint]
----------------------------------------------

Μπορείτε να δημιουργήσετε έναν παρόμοιο κωδικό Latte για μια φόρμα χρησιμοποιώντας την ετικέτα `{formPrint}`. Αν το τοποθετήσετε σε ένα πρότυπο, θα δείτε το σχέδιο κώδικα αντί για την κανονική απόδοση. Στη συνέχεια, απλά επιλέξτε το και αντιγράψτε το στο έργο σας.


`{label}` `{input}`
-------------------

Expand Down
2 changes: 2 additions & 0 deletions forms/el/standalone.texy
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,8 @@ class RegistrationFormData
$person->setMappedType(PersonFormData::class);
```

Μπορείτε να δημιουργήσετε μια πρόταση για την κλάση δεδομένων μιας φόρμας χρησιμοποιώντας τη μέθοδο `Nette\Forms\Blueprint::dataClass($form)`, η οποία θα την εκτυπώσει στη σελίδα του προγράμματος περιήγησης. Στη συνέχεια, μπορείτε απλά να κάνετε κλικ για να επιλέξετε και να αντιγράψετε τον κώδικα στο έργο σας. .{data-version:3.1.15}


Πολλαπλά κουμπιά υποβολής .[#toc-multiple-submit-buttons]
=========================================================
Expand Down
2 changes: 2 additions & 0 deletions forms/en/in-presenter.texy
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,8 @@ The mapping then knows from the `$person` property type that it should map the c
$person->setMappedType(PersonFormData::class);
```

You can generate a proposal for the data class of a form using the method `Nette\Forms\Blueprint::dataClass($form)`, which will print it out to the browser page. You can then simply click to select and copy the code into your project. .{data-version:3.1.15}


Multiple Submit Buttons
=======================
Expand Down
8 changes: 2 additions & 6 deletions forms/en/rendering.texy
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Rendering With Latte

The [Latte templating system|latte:] fundamentally facilitates the rendering of forms and their elements. First, we'll show how to render forms manually, element by element, to gain full control over the code. Later we will show how to [automate |#Automatic rendering] such rendering.

You can have the proposal of a Latte template for the form generated using the method `Nette\Forms\Blueprint::latte($form)`, which will output it to the browser page. Then, you simply need to select the code with a click and copy it into your project. .{data-version:3.1.15}


`{control}`
-----------
Expand Down Expand Up @@ -88,12 +90,6 @@ More complex form elements, such as RadioList or CheckboxList, can be rendered i
```


Code Proposal `{formPrint}` .[#toc-formprint]
---------------------------------------------

You can generate a similar Latte code for a form using the `{formPrint}` tag. If you place it in a template, you will see the draft code instead of the normal rendering. Then just select it and copy it into your project.


`{label}` `{input}`
-------------------

Expand Down
2 changes: 2 additions & 0 deletions forms/en/standalone.texy
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,8 @@ The mapping then knows from the `$person` property type that it should map the c
$person->setMappedType(PersonFormData::class);
```

You can generate a proposal for the data class of a form using the method `Nette\Forms\Blueprint::dataClass($form)`, which will print it out to the browser page. You can then simply click to select and copy the code into your project. .{data-version:3.1.15}


Multiple Submit Buttons
=======================
Expand Down
2 changes: 2 additions & 0 deletions forms/es/in-presenter.texy
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,8 @@ El mapeo entonces sabe por el tipo de propiedad `$person` que debe mapear el con
$person->setMappedType(PersonFormData::class);
```

Puede generar una propuesta para la clase de datos de un formulario utilizando el método `Nette\Forms\Blueprint::dataClass($form)`, que la imprimirá en la página del navegador. A continuación, puede simplemente hacer clic para seleccionar y copiar el código en su proyecto. .{data-version:3.1.15}


Botones de envío múltiples .[#toc-multiple-submit-buttons]
==========================================================
Expand Down
8 changes: 2 additions & 6 deletions forms/es/rendering.texy
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Renderizado con Latte .[#toc-rendering-with-latte]

El [sistema de plantillas |latte:] Latte facilita fundamentalmente el renderizado de formularios y sus elementos. En primer lugar, mostraremos cómo renderizar formularios manualmente, elemento por elemento, para obtener un control total sobre el código. Más adelante mostraremos cómo [automatizar |#Automatic rendering] dicho renderizado.

Usted puede tener la propuesta de una plantilla de Latte para el formulario generado utilizando el método `Nette\Forms\Blueprint::latte($form)`, que le dará salida a la página del navegador. A continuación, sólo tiene que seleccionar el código con un clic y copiarlo en su proyecto. .{data-version:3.1.15}


`{control}`
-----------
Expand Down Expand Up @@ -88,12 +90,6 @@ Los elementos de formulario más complejos, como RadioList o CheckboxList, puede
```


Propuesta de código `{formPrint}` .[#toc-formprint]
---------------------------------------------------

Puede generar un código Latte similar para un formulario utilizando la etiqueta `{formPrint}`. Si lo colocas en una plantilla, verás el borrador del código en lugar de la representación normal. Luego sólo tienes que seleccionarlo y copiarlo en tu proyecto.


`{label}` `{input}`
-------------------

Expand Down
2 changes: 2 additions & 0 deletions forms/es/standalone.texy
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,8 @@ El mapeo entonces sabe por el tipo de propiedad `$person` que debe mapear el con
$person->setMappedType(PersonFormData::class);
```

Puede generar una propuesta para la clase de datos de un formulario utilizando el método `Nette\Forms\Blueprint::dataClass($form)`, que la imprimirá en la página del navegador. A continuación, puede simplemente hacer clic para seleccionar y copiar el código en su proyecto. .{data-version:3.1.15}


Botones de envío múltiples .[#toc-multiple-submit-buttons]
==========================================================
Expand Down
2 changes: 2 additions & 0 deletions forms/fr/in-presenter.texy
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,8 @@ Le mappage sait alors, à partir du type de propriété `$person`, qu'il doit ma
$person->setMappedType(PersonFormData::class);
```

Vous pouvez générer une proposition pour la classe de données d'un formulaire à l'aide de la méthode `Nette\Forms\Blueprint::dataClass($form)`, qui l'imprimera sur la page du navigateur. Il vous suffit ensuite de cliquer pour sélectionner et copier le code dans votre projet. .{data-version:3.1.15}


Boutons d'envoi multiples .[#toc-multiple-submit-buttons]
=========================================================
Expand Down
8 changes: 2 additions & 6 deletions forms/fr/rendering.texy
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Rendu avec Latte .[#toc-rendering-with-latte]

Le [système de templates Latte |latte:] facilite fondamentalement le rendu des formulaires et de leurs éléments. Nous allons d'abord montrer comment rendre les formulaires manuellement, élément par élément, afin d'avoir un contrôle total sur le code. Plus tard, nous montrerons comment [automatiser |#Automatic rendering] ce rendu.

Vous pouvez obtenir la proposition d'un modèle Latte pour le formulaire généré à l'aide de la méthode `Nette\Forms\Blueprint::latte($form)`, qui l'affichera sur la page du navigateur. Il vous suffit ensuite de sélectionner le code d'un clic et de le copier dans votre projet. .{data-version:3.1.15}


`{control}`
-----------
Expand Down Expand Up @@ -88,12 +90,6 @@ Les éléments de formulaire plus complexes, tels que RadioList ou CheckboxList,
```


Proposition de code `{formPrint}` .[#toc-formprint]
---------------------------------------------------

Vous pouvez générer un code latte similaire pour un formulaire en utilisant la balise `{formPrint}`. Si vous le placez dans un modèle, vous verrez le projet de code au lieu du rendu normal. Il suffit ensuite de le sélectionner et de le copier dans votre projet.


`{label}` `{input}`
-------------------

Expand Down
2 changes: 2 additions & 0 deletions forms/fr/standalone.texy
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,8 @@ Le mappage sait alors, à partir du type de propriété `$person`, qu'il doit ma
$person->setMappedType(PersonFormData::class);
```

Vous pouvez générer une proposition pour la classe de données d'un formulaire à l'aide de la méthode `Nette\Forms\Blueprint::dataClass($form)`, qui l'imprimera sur la page du navigateur. Il vous suffit ensuite de cliquer pour sélectionner et copier le code dans votre projet. .{data-version:3.1.15}


Boutons d'envoi multiples .[#toc-multiple-submit-buttons]
=========================================================
Expand Down
2 changes: 2 additions & 0 deletions forms/hu/in-presenter.texy
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,8 @@ A leképezés ekkor a `$person` tulajdonságtípusból tudja, hogy a konténert
$person->setMappedType(PersonFormData::class);
```

Egy űrlap adatosztályának javaslatát a `Nette\Forms\Blueprint::dataClass($form)` metódussal generálhatja, amely a böngészőoldalra nyomtatja ki. Ezután egyszerűen rákattintva kiválaszthatja és bemásolhatja a kódot a projektjébe. .{data-version:3.1.15}


Többszörös beküldőgombok .[#toc-multiple-submit-buttons]
========================================================
Expand Down
8 changes: 2 additions & 6 deletions forms/hu/rendering.texy
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Renderelés Latte-val .[#toc-rendering-with-latte]

A [Latte templating rendszer |latte:] alapvetően megkönnyíti az űrlapok és elemeik megjelenítését. Először megmutatjuk, hogyan lehet az űrlapokat manuálisan, elemenként renderelni, hogy teljes kontrollt kapjunk a kód felett. Később megmutatjuk, hogyan lehet [automatizálni |#Automatic rendering] ezt a renderelést.

A `Nette\Forms\Blueprint::latte($form)` metódus segítségével létrehozhatja a Latte sablon javaslatát az űrlaphoz, amely a böngészőoldalra kimeneti azt. Ezután csak ki kell választania a kódot egy kattintással, és be kell másolnia a projektjébe. .{data-version:3.1.15}


`{control}`
-----------
Expand Down Expand Up @@ -88,12 +90,6 @@ Az összetettebb űrlapelemek, mint például a RadioList vagy CheckboxList, ele
```


Kódjavaslat `{formPrint}` .[#toc-formprint]
-------------------------------------------

Hasonló Latte kódot generálhat egy űrlaphoz a `{formPrint}` tag használatával. Ha ezt egy sablonba helyezi, a normál megjelenítés helyett a kódtervezetet fogja látni. Ezután csak válassza ki, és másolja be a projektjébe.


`{label}` `{input}`
-------------------

Expand Down
2 changes: 2 additions & 0 deletions forms/hu/standalone.texy
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,8 @@ A leképezés ekkor a `$person` tulajdonságtípusból tudja, hogy a konténert
$person->setMappedType(PersonFormData::class);
```

Egy űrlap adatosztályának javaslatát a `Nette\Forms\Blueprint::dataClass($form)` metódussal generálhatja, amely a böngészőoldalra nyomtatja ki. Ezután egyszerűen rákattintva kiválaszthatja és bemásolhatja a kódot a projektjébe. .{data-version:3.1.15}


Többszörös beküldőgombok .[#toc-multiple-submit-buttons]
========================================================
Expand Down
Loading