MACROMEDIA DREAMWEAVER 8-EXTENDING DREAMWEAVER Manual page 302

Extending dreamweaver
Table of Contents

Advertisement

isResizable()
Availability
Dreamweaver 4.
Description
Determines whether a user can resize a floating panel. If the function is not defined or returns
a
value, the user can resize the floating panel. If the function returns a
true
user cannot resize the floating panel.
Arguments
None.
Returns
Dreamweaver expects a Boolean value:
otherwise.
false
Example
The following example prevents the user from resizing the floating panel:
function isResizable()
{
return false;
}
selectionChanged()
Description
Called when the floating panel becomes visible and when the selection changes (when focus
switches to a new document or when the insertion pointer moves to a new location in the
current document). This function should be defined only if the floating panel must track the
selection.
Define selectionChanged() only if you absolutely require it because its existence
impacts performance.
Arguments
None.
Returns
Dreamweaver expects nothing.
302
Floating Panels
if the user can resize the floating panel;
true
value, the
false

Advertisement

Table of Contents
loading
Need help?

Need help?

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

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Dreamweaver 8

Table of Contents