Editor.setURL
Load the specified URL in the Xopus document area. This will close all open documents.
- Documentation
- › API
- › Global objects API
- › Editor.setURL
Editor.setURL( url : String, ignoreUnsavedChanges : Boolean)
: String, ignoreUnsavedChanges : Boolean)Arguments
- url
- String. The URL to load.
- ignoreUnsavedChanges
- Boolean. Do not show a warning about changes in the current document.
History
| version | event |
|---|---|
| Xopus 3.x | Introduction. |
| Xopus 3.2.19 | Change. Added a second argument ignoreUnsavedChanges. |