Adding Popup and Secondary WindowsGeneral RemarkYou can add popup or secondary windows by editing your HTML code. The comprehensive reference is the JavaHelp user guide. This section just gives a common example. You can even add any lightweight component you want, but this is not described here. Popup and Secondary WindowsThere are Popup Windows and Secondary Windows . See the difference by clicking on the image. Use the TemplateThe file Updates in ViewerThe viewer only updates your window, if you open another window of the same type before. Take this into account, when you develop your helpset. iconByIDThis attribute specifies the image of the icon that should be used to indicate that there is a window to be shown. It is convenient, to have a target for that, so that you do not have to change the relative path everytime you refer to it. The name of the image can be configured in the project settings. contentThis is the URL of the content file that is shown in the window. See also: Adding HTML Content Files |