618543
655
Zoom out
Zoom in
Vorherige Seite
1/694
Nächste Seite
Applying built-in JavaScript behaviors
To the top
To the top
To the top
Using built-in behaviors
Apply the Call JavaScript behavior
Apply the Change Property behavior
Apply the Check Browser behavior
Apply the Check Plugin behavior
Apply the Control Shockwave or SWF behavior
Apply the Drag AP Element behavior
Gathering information about the draggable AP element
Apply the Go To URL behavior
Apply the Jump Menu behavior
Apply the Jump Menu Go behavior
Apply the Open Browser Window behavior
Apply the Play Sound behavior
Apply the Popup Message behavior
Apply the Preload Images behavior
Apply the Set Nav Bar Image behavior
Apply the Set Text Of Frame behavior
Apply the Set Text Of Container behavior
Apply the Set Text Of Status Bar behavior
Apply the Set Text Of Text Field behavior
Apply the Show-Hide Elements behavior
Apply the Show Pop-Up Menu behavior
Add, remove, and rearrange pop-up menu items
Format a pop-up menu
Position a pop-up menu in a document
Modify a pop-up menu
Apply the Swap Image behavior
Apply the Validate Form behavior
Using built-in behaviors
The behaviors included with Dreamweaver have been written to work in modern browsers. The behaviors fail silently in older browsers.
Note: The Dreamweaver actions have been carefully written to work in as many browsers as possible. If you remove code from a Dreamweaver
action by hand, or replace it with your own code, you may lose cross-browser compatibility.
Although the Dreamweaver actions were written to maximize cross-browser compatibility, some browsers do not support JavaScript at all, and
many people who browse the web keep JavaScript turned off in their browsers. For best cross-platform results, provide alternative interfaces
enclosed in <noscript> tags so that people without JavaScript can use your site.
Apply the Call JavaScript behavior
The Call JavaScript behavior executes a custom function or line of JavaScript code when an event occurs. (You can write the script yourself, or
you can use code provided by various freely available JavaScript libraries on the web.)
1. Select an object and choose Call JavaScript from the Add Behavior menu of the Behaviors panel.
2. Type the exact JavaScript to be executed, or type the name of a function.
For example, to create a Back button, you might type if (history.length > 0){history.back()}. If you have encapsulated your code
in a function, type only the function name (for example, hGoBack()).
3. Click OK and verify that the default event is correct.
Apply the Change Property behavior
Use the Change Property behavior to change the value of one of an object’s properties (for example, the background color of a div or the action of
a form).
Note: Use this behavior only if you are very familiar with HTML and JavaScript.
648
655

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 CS6 wenn:


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


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