Adobe 38040334 - Dreamweaver CS3 User Manual page 233

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

Advertisement

function initialTabs(){
return "scriptEditor";
}
isATarget()
Availability
Dreamweaver MX (Windows only).
Description
Specifies whether other panels can dock to this floating panel. If the
weaver prevents other panels from docking to this one. Dreamweaver calls this function when the user tries to
combine this panel with others.
Arguments
None.
Returns
Dreamweaver expects a Boolean value:
Example
IsATarget()
{
return true;
}
isAvailableInCodeView()
Description
Determines whether the floating panel should be enabled when Code view is selected. If this function is not defined,
the floating panel is disabled in the Code view.
Arguments
None.
Returns
Dreamweaver expects a Boolean value:
isResizable()
Availability
Dreamweaver 4.
Description
Determines whether a user can resize a floating panel. If the function is not defined or returns a
can resize the floating panel. If the function returns a
Arguments
None.
if other floating panels can dock to this one;
true
if the floating panel should be enabled in Code view;
true
value, the user cannot resize the floating panel.
false
function is not specified, Dream-
isATarget()
false
DREAMWEAVER CS3
Extending Dreamweaver
otherwise.
otherwise.
false
value, the user
true
227

Advertisement

Table of Contents
loading

This manual is also suitable for:

Dreamweaver cs3

Table of Contents