Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.
Kommentar: Migrated to Confluence 5.3

To connect to an external Help system, for each component you can deposit any identification for all supported languages.

When a component with deposited Help index moves into the visible area, the Help system is informed through event notification. Implement the HelpListener Interface (class: com.jaxfront.core.help.HelpListener ) to react on any help notification event. Add the help listener to the EditorPanel - addHelpListener(HelpListener newListener).

 

Codeblock
themeEclipse
languagejava
linenumberstrue
com.jaxfront.core.dom.Document dom;
com.jaxfront.core.help.HelpListener myHelpListener = new MyHelpListener();
dom.getEditor().addHelpListener(myHelpListener); 


XUI component - Help