Dom.getliveviewdependentsusingserver(), Dom.setliveviewdependentsusingserver(), Dom.showliveviewparamatersdialog() – Adobe Dreamweaver API Reference CS5 User Manual
Page 362
357
DREAMWEAVER API REFERENCE
Dynamic documents
Last updated 8/27/2013
Returns
A Boolean value. If the default action is to preview a page using a server, the Boolean value is
true
;
false
otherwise.
dom.getLiveViewDependentsUsingServer()
Availability
Dreamweaver CS4.
Description
This function is used to determine whether dependent CSS and JavaScript files are requested from the server.
Arguments
None.
Returns
A Boolean value. If the dependent CSS and JavaScript files are requested from the server, the Boolean value is
true
;
false
otherwise.
dom.setLiveViewDependentsUsingServer()
Availability
Dreamweaver CS4.
Description
This function is used to specify whether dependent CSS and JavaScript files must be requested from the server.
Arguments
bool
•
A Boolean value that indicates whether the dependent CSS and JavaScript files are requested from the server. If you
pass
true
to this function, the files are requested from the server.
Returns
None.
dom.showLiveViewParamatersDialog()
Availability
Dreamweaver CS4.
Description
This function is used to view the live preview parameters dialog.
Arguments
None