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.
- Documentation
- › API
- › The Xopus global objects API
- › Editor.setExitURL
Editor.setExitURL( url : String)
: String)Arguments
- url
- String. The URL.
History
| version | event |
|---|---|
| Xopus 3 | Introduction. Replaces CMSDriver.getExitURL(). |