Vertaling van "cfform" 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.
For example, you can use the HTML input tag to create a submit button in a cfform, without the other features of cfinput
Verwenden Sie beispielsweise das HTML-Tag input, um die Schaltfläche Aktualisieren in cfform ohne die anderen Funktionen von cfinput zu erstellen
Using any of the following tags or functions on a page anywhere after the cfflush tag can cause errors or unexpected results: cfcontent, cfcookie, cfform, cfheader, cfhtmlhead, cflocation, and SetLocale.
Achtung: Sobald Sie dieses Tag auf einer Seite verwendet haben, löst jede CFML-Funktion oder jedes CFML-Tag, das die HTML-Kopfzeile verändert, einen Fehler aus (hierzu gehören die Tags cfcontent, cfcookie, cfform, cfheader, cfhtmlhead und cflocation).
You can use the cfform tag's notsupported attribute to specify an alternative error message.
Über das Attribut notsupported des cfform-Tags können Sie eine andere Fehlermeldung festlegen.
Used within a cfform tag.
Using this tag within a cfform tag is optional.
Die Verwendung dieses Tags in einem cfform-Tag ist optional.
In the following example, the cfform tag posts a request to another page and sends the client identification, if required.
Im folgenden Beispiel sendet ein cfform-Tag eine Anforderung an eine andere Seite und hängt erforderlichenfalls die Client-Identifikation an.
If the cfform preserveData attribute is "yes", and the form posts back to the same page, the posted value (not the value of the value attribute) of the cftextinput control is used.
Einsatzbereich Wenn das Attribut cfform preserveData auf TRUE gesetzt wird und das Formular Daten an dieselbe Seite zurücksendet, wird der gesendete Wert der cfinput-Steuerung anstelle des Attributs Value oder Checked verwendet.
Validation using cfform tags and hidden fields is done using JavaScript in the user's browser, before any data is sent to the server.
Die Überprüfung, die unter Verwendung von cfform-Tags durchgeführt wird, erfolgt mit JavaScript im Browser des Anwenders, bevor die Daten an den Server gesendet werden.
In HTML format, the cfform tag lets you incorporate the following standard HTML elements.
HTML-Formular-Tags einbinden Mit dem cfform-Tag können Sie diese standardisierten HTML-Elemente einbinden
If the cfform preserveData attribute is yes and the form posts back to the same page, and if the control is populated by a query, the posted selections for the cfselect control are used instead of the Selected attribute.
Wenn das Attribut cfform preserveData TRUE ist und das Formular an dieselbe Seite zurückgesendet wird und das Steuerelement durch Abfragen gefüllt wird, wird die weitergegebene Auswahl des Steuerelements cfselect anstatt des Attributs Selected verwendet.
Switch to Code view (View>Code) and enter the following tag anywhere between the opening and closing CFForm tags
Wechseln Sie zur Codeansicht („Ansicht">„Code") und geben Sie das folgende Tag zwischen dem öffnenden und dem schließenden CFForm-Tag ein
For the preserveData attribute of cfform to work with the tree, you must set this attribute to yes.
Sie müssen dieses Attribut auf YES setzen, um das Attribut preserveData des cfform-Tags auf die Baumstruktur anwenden zu können.
If a page contains any HTML href a= links, cflocation tags, form tags, or cfform tags the tags must pass the CFID and CFToken values in the tag URL.
Wenn eine Seite HTML-Hyperlinks (href a=), cflocation-Tags, form-Tags oder cfform-Tags enthält, müssen die Tags die Werte CFID und CFToken in der Tag-URL übergeben.