Jest to zwykły formularz HTML, który pyta o nazwę użytkownika.
This is a regular HTML form that asks for the user's name.
Wyświetla on formularz HTML służący zbieraniu informacji o poście.
It displays the HTML form for collecting post information.
Po prostu, aby otworzyć formularz HTML.
You've just to open the HTML form.
Standardowy formularz HTML do edycji danych.
The standard HTML form to edit data.
Zadanie jaki nam pozostało, to utworzenie widoku login, który powinien zawierać formularz HTML wraz z wymaganymi polami wejściowymi.
The remaining task now is to create the login view which should contain an HTML form with the needed input fields.
Opis mechanizmu konwersji: standardowy formularz HTML do edycji danych.
Description of the mechanism of conversion: a standard HTML form to edit data.
views/post/ jest plikiem widoku, który reprezentuje formularz HTML do aktualizowania istniejącej wiadomości
views/post/ is the view file that shows an HTML form to update an existing post
Kiedy dane wejściowe są wysłane przez formularz HTML, często zachodzi potrzeba przypisania im domyślnych wartości, jeśli są puste.
When input data are submitted from HTML forms, you often need to assign some default values to the inputs if they are empty.
Obie potrzebują wyświetlić formularz HTML w celu zebrania danych wejściowych od użytkownika, sprawdzenia ich poprawności i zapisania ich w bazie danych.
They both need to display an HTML form to collect user inputs, validate them, and save them into database.
Źródło zawartości może obejmować kolumnę w zestawie rekordów, wartość wysłaną przez formularz HTML, wartość zawartą w obiekcie serwerowym albo inne dane.
Content sources can include a column in a recordset, a value submitted by an HTML form, the value contained in a server object, or other data.
Jeśli nie zostały wysłane żadne dane lub dane zawierają błędy, zostanie wyrenderowany widok entry, w którym będzie pokazany formularz HTML wraz z wiadomościami błędów walidacji.
If no data is submitted or the data contains errors, the entry view will be rendered, wherein the HTML form will be shown, along with any validation error messages.
Możesz się zastanawiać jak działa ten formularz HTML, ponieważ wydaje się prawie magicznym to, że wyświetla etykietę do każdego pola oraz wyświetla komunikat błędu, jeśli wprowadzisz błędne dane, bez przeładowania strony.
You may wonder how the HTML form works behind the scene, because it seems almost magical that it can display a label for each input field and show error messages if you do not enter the data correctly without reloading the page.
Jeśli model został prawidłowo uzupełniony(np. jeśli użytkownik wysłał formularz HTML), akcja wywoła metodę validate(), aby upewnić się, że wprowadzone dane są prawidłowe.
If the model is successfully populated (i.e., if the user has submitted the HTML form), the action will call validate() to make sure the values entered are valid.