MACROMEDIA DREAMWEAVER 8-DREAMWEAVER API Reference page 493

Dreamweaver api reference
Table of Contents

Advertisement

Returns
Nothing.
Example
Your JavaScript code might build a Code Hints menu that contains user-defined session
variables. Each time the list of session variables changes, that code needs to update the menu.
Before the code can load the new list of session variables into the menu, it needs to remove the
old list. Calling this function removes the old session variables.
dreamweaver.codeHints.showCodeHints()
Availability
Dreamweaver MX.
Description
Dreamweaver calls this function when the user opens the Edit > Show Code Hints menu
item. The function opens the Code Hints menu at the current selection location in Code
view.
Arguments
None.
Returns
Nothing.
Example
The following example opens the Code Hints menu at the current insertion point in the
document when it is in Code view.
dw.codeHints.showCodeHints()
dreamweaver.reloadCodeColoring()
Description
Reloads code coloring files from the Dreamweaver Configuration/Code Coloring folder.
Arguments
None.
Code functions
493

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the DREAMWEAVER 8-DREAMWEAVER API and is the answer not in the manual?

This manual is also suitable for:

Dreamweaver 8

Table of Contents