618545
641
Zoom out
Zoom in
Vorherige Seite
1/661
Nächste Seite
634
USING DREAMWEAVER
Building forms
Last updated 3/28/2012
Lay out the buttons using line breaks or a table. If you select the table option, Dreamweaver creates a single-column
table, and places the radio buttons on the left and the labels on the right.
You can also set the properties in the Property inspector or directly in Code view.
Insert a group of check boxes
1 Place the insertion point inside the form outline.
2 Select Insert > Form > Checkbox Group.
3 Complete the dialog box and click OK.
a In the Name box, enter a name for the check box group.
If you set the check boxes to pass parameters back to the server, the parameters are associated with the name. For
example, if you name the group
myGroup and set the form method to GET (that is, you want the form to pass URL
parameters instead of form parameters when the user clicks the submit button), the expression
myGroup="CheckedValue" is passed in the URL to the server.
b Click the Plus (+) button to add a check box to the group. Enter a label and checked value for the new check box.
c Click the up or down arrows to reorder the check boxes.
d To set a particular check box to be selected when the page opens in a browser, enter a value equal to the check box’s
value in the Select Value Equal To box.
Enter a static value or specify a dynamic one by clicking the lightning bolt icon beside the box and selecting a recordset
that contains possible checked values. In either case, the value you specify should match the checked value of one of
the check boxes in the group. To view the checked values of the check boxes, select each check boxand open its
Property inspector (Window
> Properties).
e Select the format in which you want Dreamweaver to lay out the check boxes.
Lay out the check boxes using line breaks or a table. If you select the table option, Dreamweaver creates a single-
column table, and places the check boxes on the left and the labels on the right.
You can also set the properties in the Property inspector or directly in Code view.
About dynamic form objects
A dynamic form object is a form object whose initial state is determined by the server when the page is requested from
the server, not by the form designer at design time. For example, when a user requests a PHP page that contains a form
with a menu, a PHP script in the page automatically populates the menu with values stored in a database. The server
then sends the completed page to the user’s browser.
Making form objects dynamic can simplify site maintenance. For example, many sites use menus to present users with
a set of options. If the menu is dynamic, you can add, remove, or change menu items in a single place—the database
table in which the items are stored—to update all instances of the same menu on the site.
More Help topics
Defining sources of dynamic content” on page 536
Insert or change a dynamic HTML form menu
You can dynamically populate an HTML form menu or list menu with entries from a database. For most pages, you
can use an HTML menu object.
641

Brauchen Sie Hilfe? Stellen Sie Ihre Frage.

Forenregeln

Missbrauch melden von Frage und/oder Antwort

Libble nimmt den Missbrauch seiner Dienste sehr ernst. Wir setzen uns dafür ein, derartige Missbrauchsfälle gemäß den Gesetzen Ihres Heimatlandes zu behandeln. Wenn Sie eine Meldung übermitteln, überprüfen wir Ihre Informationen und ergreifen entsprechende Maßnahmen. Wir melden uns nur dann wieder bei Ihnen, wenn wir weitere Einzelheiten wissen müssen oder weitere Informationen für Sie haben.

Art des Missbrauchs:

Zum Beispiel antisemitische Inhalte, rassistische Inhalte oder Material, das zu einer Gewalttat führen könnte.

Beispielsweise eine Kreditkartennummer, persönliche Identifikationsnummer oder unveröffentlichte Privatadresse. Beachten Sie, dass E-Mail-Adressen und der vollständige Name nicht als private Informationen angesehen werden.

Forenregeln

Um zu sinnvolle Fragen zu kommen halten Sie sich bitte an folgende Spielregeln:

Neu registrieren

Registrieren auf E - Mails für Adobe DREAMWEAVER CS5.5 wenn:


Sie erhalten eine E-Mail, um sich für eine oder beide Optionen anzumelden.


Andere Handbücher von Adobe DREAMWEAVER CS5.5

Adobe DREAMWEAVER CS5.5 Bedienungsanleitung - Deutsch - 753 seiten

Adobe DREAMWEAVER CS5.5 Bedienungsanleitung - Holländisch - 725 seiten


Das Handbuch wird per E-Mail gesendet. Überprüfen Sie ihre E-Mail.

Wenn Sie innerhalb von 15 Minuten keine E-Mail mit dem Handbuch erhalten haben, kann es sein, dass Sie eine falsche E-Mail-Adresse eingegeben haben oder dass Ihr ISP eine maximale Größe eingestellt hat, um E-Mails zu erhalten, die kleiner als die Größe des Handbuchs sind.

Ihre Frage wurde zu diesem Forum hinzugefügt

Möchten Sie eine E-Mail erhalten, wenn neue Antworten und Fragen veröffentlicht werden? Geben Sie bitte Ihre Email-Adresse ein.



Info