dom.deleteHorizontalGuide()

Availability

Dreamweaver 8.

Description

This function deletes the horizontal guide at the specified location.

Arguments

location

Returns

Nothing.

Example

The following example deletes the horizontal guide at the specified location in the document:

var currentDOM = dw.getDocumentDOM();
if (currentDOM.hasHorizontalGuide("10px") == true) {
   currentDOM.deleteHorizonalGuide("10px");
}

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/dreamweaver/8/apiref/17_de102.htm