
Improves HTML5 editor, adds file download support, plus support for Flash player.
Features
- Added file download support with OnBeforeDownload and OnDownloadUpdated events.
- Added explicit Download() method to initiate download from code.
- Added CancelDownload() method to cancel download from code.
- Added OnBeforeNavigate(URL, Cancel) event allowing replacing URL or cancelling.
- Added support for Flash player. Flash plugin DLL must be downloaded and installed separately.
- Added Tests Menu in HTML5 Editor Sample to demonstrate certain Workflows, cancelling navigation, viewing PDF files, etc.
Fixes
- Fixed undo commit synchronization issue causing random editing command timeouts.
- Escaping improvements to methods with String arguments (passing strings with quotes and CR/LF issues).
- Implemented NavigateBack() functionality.
- Implemented NavigateForward() functionality.
- Implemented StopLoading() functionality.