Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
 <object classid="java:org.netbeans.modules.javahelp.BrowserDisplayer">
    <param name="content" value="https://earth.esa.int/web/guest/pi-community/apply-for-data">
    <param name="text" value="<html>apply for data</html>">
    <a href="https://earth.esa.int/web/guest/pi-community/apply-for-data">apply for data</a>
 </object>
Info
titleRemark
  • The dependency org-netbeans-modules-extbrowser must be added to the Platform application.
  • The link should be repeated in normal html style Unfortunately repeating the link as fall back within the object tag . This is is not working in NetBeans. Actually it should be used as alternative if the BrowserDisplayer is not available, e.g. the page is displayed in normal web browser.
    Using a URL in the alternative link seems to break the javahelp. When running the jhindexer an exception is thrown like java.lang.ArrayIndexOutOfBoundsException: -845100606

...