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>https://earth.esa.int/web/guest/pi-community/apply-for-<html>apply for data</html>">
    <a href="https://earth.esa.int/web/guest/pi-community/apply-for-data">https://earth.esa.int/web/guest/pi-community/apply-for->apply for data</a>
 </object>
Info
titleRemark
  • The dependancy org-netbeans-modules-extbrowser must be added to the Platform application.
  • The link should be repeated in normal html style within the object tag. This is 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

Creating link between pages of different modules

...