Dreamweaver CS4 Resources
|
Go to a JavaScript or VBScript function
In
Code view and the Code inspector, you can view a list of all of
the JavaScript or VBScript functions in your code and jump to any
one of them.
- View the document in Code view (View >
Code) or the Code inspector (Window > Code Inspector).
- Do one of the following:
In Code view, right-click (Windows) or
Control‑click (Macintosh) anywhere in Code view, and select the
Functions submenu from the context menu.
 The
Functions submenu does not appear in Design view. Any JavaScript
or VBScript functions in your code appear in the submenu.
 To see the functions listed in alphabetical order,
Control‑right-click (Windows) or Option-Control-click (Macintosh)
in Code view, and then select the Functions submenu.
In the Code inspector, click the Code Navigation
button ({ }) on the toolbar.
- Select a function name to jump to the function in your
code.
|