
360
DREAMWEAVER API REFERENCE
Dynamic documents
Last updated 8/27/2013
Returns
bool
A Boolean value that indicates whether the particular browser command is available for use.
dom.browser.isPageNavigationHistoryEnabled()
Availability
Dreamweaver CS5.
Description
This function is used to determine whether the browser is tracking the pages that the user has viewed.
Arguments
None
Returns
bool
Property Description
cut Denotes if the cut action is allowed while in the browser view.
copy Denotes if the copy action is allowed while in the browser view.
paste Denotes if the paste action is allowed while in the browser view.
clear Denotes if the clear action is allowed while in the browser view.
selectAll Denotes if the entire content can be selected while in the browser view.
find Denotes if the find action is allowedwhile in the browser view.
undo Denotes if the undo action is allowed while in the browser view.
redo Denotes if the redo action is allowed while in the browser view.
print Denotes if the print action is allowed while in the browser view.
back Denotes if the back action is available through the browser’s navigation bar.
forward Denotes if the forward action is available through the browser’s navigation bar.
stop Denotes if the stop action is available through the browser’s navigation bar.
refresh Denotes if the refresh action is available through the browser’s navigation bar.
setURL Denotes if a URL can be set while in the browser view.
pageNavigationHistory Denotes if the page navigation history functions are available to use.
The page navigation history functions are:
dom.browser.isPageNavigationHistoryEnabled(),
dom.browser.enablePageNavigationHistory(),
,
dom.browser.getNavigationHistoryItem(), dom.browser.setHomePage(), and
dom.browser.getHomePage().
home Denotes if the home action is available through the browser’s navigation bar.
followLinkContextMenuItem Denotes if a link can be selected and followed.
Commentaires sur ces manuels