beautypg.com

Adobe Extending Dreamweaver CS4 User Manual

Page 198

background image

192

EXTENDING DREAMWEAVER CS4

Toolbars

Example

function showif()

{

var retval = false;
var dom = dw.getDocumentDOM();

if(dom)
{

var view = dom.getView();
if(view == 'design')
{

retval = true;

}

}
return retval;

}

This manual is related to the following products: