Dreamweaver 8.
This function gets the state of the Layout Block Box Model visual aid.
None.
A Boolean; true if the Layout Block Box Model visual aid is on; false otherwise.
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);
}
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/dreamweaver/8/apiref/17_desi8.htm