Code Hints for Extension Writing

You need to have Extension Manager 1.5 installed on the Computer. These Code Hints for Extension writing only popup if You edit a JavaScript-file.

Look for updates at www.brainscape.se

Overview

UI Access


Create a JavaScript-file and use either two ways to view the Code Hints when You write extensions:

  1. Write the Object (dom, dreamweaver, dw, DWfile, FWLaunch, MMDB, MMHttp, MMJB, MMNotes, resWin, site or SWFFile) then the dot (.) to view there methods in the dropdown list. Select the method you want and it will be written to the page with all of its arguments. If the method has more than one argument You need to write the ( before it is written.
    2. Hold down CTRL+Space buttons and select a built-in DreamWeaver JavaScript API from the dropdown list. Proceed as in way number one. You will get a * before the Object. Remove the * before You save and then use the file in the DWMX Extension. Otherwise Dreamweaver will throw a JavaScript syntax error. These problems do not occur if You use way one.

Requirements

Type: CodeHint
Product: Dreamweaver MX

Reviews

Question...

July 23, 2003 by Dan The Man
i wonder how well this extension handles custom varibles, most offen i refer to the dom obect as theDOM or theDom, etc. can this extension differencaite between these differences ???

RE: Question...

August 2, 2003 by Jens Hauser
What this extension do is to help You to remember the syntax. If You write var col = hepp_MMDB. (yes, the dot as well) a dropdown shows with all functions for MMDB. You pick maybe getColumnAndTypeList them write ( and the arguments shows like  (connName, statement);

You must me logged in to write a review.