MACROMEDIA DREAMWEAVER 8-EXTENDING DREAMWEAVER Manual page 247

Extending dreamweaver
Table of Contents

Advertisement

Returns
Dreamweaver expects a Boolean value:
Example
function showif()
{
var retval = false;
var dom = dw.getDocumentDOM();
if(dom)
{
var view = dom.getView();
if(view == 'design')
{
retval = true;
}
}
return retval;
}
if the item appears;
true
otherwise.
false
The toolbar command API
247

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

This manual is also suitable for:

Dreamweaver 8

Table of Contents