Adobe 38040334 - Dreamweaver CS3 User Manual page 320

Extending dreamweaver
Hide thumbs Also See for 38040334 - Dreamweaver CS3:
Table of Contents

Advertisement

var someSteps = new Array();
someSteps.push(MM.MSG_WebService_InstructionsTitle);
someSteps.push(MM.MSG_Dynamic_InstructionsStep1);
someSteps.push(MM.MSG_Dynamic_InstructionsStep2);
if(doSDK == true)
{
someSteps.push(MM.MSG_WebService_InstructionsStep3);
}
someSteps.push(MM.MSG_WebService_InstructionsStep4);
return someSteps;
}
setupStepsCompleted()
Availability
Dreamweaver MX.
Description
Dreamweaver calls this function before the Components tab appears. Dreamweaver then calls
the
function if the
getSetupSteps()
Arguments
None.
Returns
An integer that represents the number of setup steps the user has completed, as described in the following list:
• A value of either zero or a positive integer indicates the number of completed steps.
• A value of
indicates that all the necessary steps are complete, so the instruction list does not appear.
-1
handleDesignViewDrop()
Availability
Dreamweaver MX.
Description
Handles the drop operation when the user drags a table or view from the Databases panel or a component from the
Components panel to the Design view.
Arguments
componentRec
• The
argument is an object that contains the following properties:
componentRec
• The
property is the name of the tree node item.
name
• The
property is an optional icon for the tree node item. If omitted, Dreamweaver MX uses a default icon.
image
• The
property is a Boolean value that indicates whether the tree node item is expandable: if
hasChildren
Dreamweaver MX displays the Plus (+) and Minus (-) buttons for the tree node item; if
expandable.
setupStepsCompleted()
function returns zero or a positive integer.
DREAMWEAVER CS3
Extending Dreamweaver
true,
the item is not
false,
314

Advertisement

Table of Contents
loading

This manual is also suitable for:

Dreamweaver cs3

Table of Contents