Examples with "cforms form" and their translation in Duits
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
I understand how the 'dashboard' in the cforms form flavor.
Ich verstehe, wie das "Dashboard" in der Form cforms Geschmack.
Andere resultaten
With cforms II please contact forms design for your blog.
For example, as will show shortly in this section, we may extend CForm to customize the form rendering logic.
Wie wir in Kürze sehen werden, kann man z.B. eine eigene Klasse von CForm ableiten, um die Renderlogik anzupassen.
A sub-form is also represented as a CForm object.
cforms: allows to easily create a contact form!
Developers mainly need to create and configure this CForm object, and then call its rendering method to display the form.
cforms allows one or more standard designed to add contact forms to the (preferably via Ajax) visitors will send info via email and optionally the feedback in the store database.
cforms können eine oder mehrere Standard entwickelt, um Kontakt zu den Formen (vorzugsweise via Ajax) Besucher erhalten Informationen per E-Mail und wahlweise das Feedback in der Datenbank speichern.
In the above, when specifying each sub-form, we also specify its CForm::title property.
A sub-form is a CForm object contained in the CForm::elements collection of another form.
If a sub-form needs to be associated with a data model, we can configure its CForm::model property as well.
Soll das Subformular mit einem eigenen Model verknüpft werden, kann dies über die CForm::model angegeben werden.
As a result, we can customize the form display by either overriding CForm::render or providing a partial view to render the form.
Dadurch kann die Anzeige des Formulars angepasst werden. Entweder, indem man CForm::render überschreibt oder indem man einen Teilview zum Rendern des Formulars angibt.
The main benefit of using form builder is the separation of logic (form configuration stored in a separate file) and presentation (CForm::render method).