Dom.setliveviewfollowslinks(), Dom.getliveviewfollowslinks(), Dom.isliveviewbrowsinghomeuri() – Adobe Dreamweaver API Reference CS5 User Manual
Page 363
358
DREAMWEAVER API REFERENCE
Dynamic documents
Last updated 8/27/2013
Returns
None.
dom.setLiveViewFollowsLinks()
Description
This function is used to enable the link following functionality for the current document. In the Live view mode, link
following allows the user to determine the document behavior when a link is clicked.
Availability
Dreamweaver CS5.
Arguments
bool
A Boolean value that indicates whether the link following functionality should be enabled.
Returns
None.
dom.getLiveViewFollowsLinks()
Availability
Dreamweaver CS5.
Description
This function is used to determine whether the Link following functionality is enabled for the document.
Arguments
None
Returns
bool
A Boolean value that indicates whether the link following functionality is enabled.
dom.isLiveViewBrowsingHomeURI()
Availability
Dreamweaver CS5.
Description
This function is used to detrmine if the URL being viewed in the Live View browser is same as the URL in the main
document tab.