Editor.setExitURL

Set the URL that Xopus should use when the exit button is clicked.

Note that if an exit function is present (via setExitFunction) the exit function will be called first and only if that function did not return false will the exit URL be applied.


Editor.setExitURL(  url : String)

Arguments

url
String. The URL.

History

version event
Xopus 3 Introduction. Replaces CMSDriver.getExitURL().