You want to scroll a picture that is included in a form variable.
If you don't specify a method, no form variable is created.
Refer to the form variable by name within tags, functions, and other expressions on an action page.
Geben Sie den Namen der Formularvariablen an, um innerhalb von Tags, Funktionen oder Ausdrücken auf einer Aktionsseite auf die Variable zu verweisen.
A form variable's name is the name that you assigned to the form control on the form page.
Der Name einer Formularvariablen entspricht dem Namen, den Sie dem Formular-Steuerelement auf der Formularseite zugewiesen haben.
When an applet is registered, enter just the applet source and the form variable name
Sobald das Applet registriert ist, brauchen Sie lediglich die Applet-Quelle und den Namen der Formularvariablen anzugeben
The action page gets a form variable for every form control that contains a value when the form is submitted.
Die Aktionsseite erhält eine Formularvariable für jedes Formular-Steuerelement, dem beim Abschicken des Formulars ein Wert zugewiesen war.
Note: If multiple controls have the same name, one form variable is passed to the action page with a comma-delimited list of values.
Hinweis: Wenn mehrere Steuerelemente gleich benannt sind, wird eine Formularvariable an die Aktionsseite mit einer durch Kommata getrennten Liste mit Werten weitergeleitet.
The name of the object doubles as the name of the form variable or URL parameter.
Der Name des Objekts dient gleichzeitig als Name der Formularvariablen bzw. des URL-Parameters.
For security, this example encapsulates the form variable within the cfqueryparam tag to ensure that the user passed a valid string value for the LastName.
Aus Sicherheitsgründen wird in diesem Beispiel die Formularvariable in das cfqueryparam-Tag eingebunden, um sicherzustellen, dass der Benutzer einen gültigen String-Wert für LastName weitergegeben hat.
Method of facilitating transformation of HTML form data into XML objects by using XML path information in the form variable names
Methode zu Erleichterung der Umwandlung von HTML Formulardaten in XML-Objekte durch Gebrauch von XML-Pfadinformationen in den Namen der Formularvariablen
In addition a form variable "RenderChart" is used to suppress a recalculation of the charts if there has been no changes to the input values.
Des Weiteren wird eine Formularvariable "RenderChart" verwendet, die verhindert, dass der Trigger das Diagramm auch neu berechnet, wenn gar keine Änderung an den Eingabedaten vorliegt.
For example, the following code references the LastName form variable for output on an action page
Beispiel: Der folgende Code gibt die Formularvariable LastName zur Ausgabe auf einer Aktionsseite an
On the action page, the form variables are in the Form scope, so you should prefix them with "Form." to explicitly tell ColdFusion that you are referring to a form variable.
Da Formularvariablen nicht nur auf der lokalen Seite verwendet werden - ihr Gültigkeitsbereich ist die Aktionsseite - müssen Sie das Präfix „Form." verwenden, damit ColdFusion explizit erkennen kann, dass Sie auf eine Formularvariable verweisen.