HTMLViewer/Webviewer Extensions
With our plugins we can extend those controls with new functions: Filemaker and REAL Studio.
Do you have suggestions for new functions?
To give you a few ideas, take a look on those class descriptions:
- On Mac OS X, we get a WebView and from there we can easily go to WebPreferences or WebFrame.
- On Windows, we get a HTMLDocument2 (IE 4). From there we can easily go to IHTMLDocument, IHTMLDocument3 (IE 5), IHTMLDocument4 (IE 5.5), IHTMLDocument5 (IE 6), IHTMLDocument6 (IE 8) or IHTMLDocument7 (IE9). And we can easily get the window object for the viewer: IHTMLWindow2 (IE 4), IHTMLWindow3 (IE 5), IHTMLWindow4 (IE 5.5), IHTMLWindow5 (IE 7), IHTMLWindow6 (IE 8) or IHTMLWindow7 (IE 9).