ToRtf() method could throw exception "A generic error occurred in GDI+".
New:
InsertingImagePrompt event: allows to call custom Image dialog instead of standard one.
Navigating event: occurs before the WebBrowser control navigates to a new document.
HtmlBrowseBox template now supports 'Inline actions'. For example, you can define Edit row and Delete row buttons in rightmost column. Don't forget to update BrowseBox.js.
Updated demo applications.
This release is available, free of charge, to all customers who have an active maintenance and support subscription plan.
RTF to HTML converter: invalid src value if image path contains spaces;
In ReadOnly mode it was accidently possible to cut, delete or replace in html (Ctrl-X, Delete and Replace dialog).
Regression: Navigator template did not enable navigation events.
EncodeImages could fail if image's <src> missing or blank.
Changed:
RTF to HTML converter: now produces unique image names;
InsertScriptSource ? ScriptSource have been renamed:
InsertScriptSrc() inserts file script (<script src="myscript.js"/>);
InsertScriptText() inserts text script (<script>function message(text) { alert(text); };</script>);
Now it's allowed to insert more than 1 script in a html file;
New:
Charset property (get/set);
PrinterName property (get/set);
This release is available, free of charge, to all customers who have an active maintenance and support subscription plan.