MACROMEDIA DREAMWEAVER 8-DREAMWEAVER API Reference page 423

Dreamweaver api reference
Table of Contents

Advertisement

Arguments
None.
Returns
A Boolean;
if the Layout Block Box Model visual aid is on;
true
Example
The following example checks whether the Layout Block Box Model visual aid is on and, if
not, turns it on:
var currentDOM = dw.getDocumentDOM();
if (currentDOM.getShowDivBoxModel() == false){
currentDOM.setShowDivBoxModel(true);
}
dom.getShowDivOutlines()
Availability
Dreamweaver 8.
Description
This function gets the state of the Layout Block Outlines visual aid.
Arguments
None.
Returns
A Boolean;
if the Layout Block Outlines visual aid is on;
true
Example
The following example checks whether the Layout Block Outlines visual aid is on and, if not,
turns it on:
var currentDOM = dw.getDocumentDOM();
if (currentDOM.getShowDivOutlines() == false){
currentDOM.setShowDivOutlines(true);
}
otherwise.
false
otherwise.
false
CSS functions
423

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

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

This manual is also suitable for:

Dreamweaver 8

Table of Contents