Versionen im Vergleich

Schlüssel

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

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).
com.jaxfront.core.dom.Document dom;
com.jaxfront.core.help.HelpListener myHelpListener = new MyHelpListener();
dom.getEditor().addHelpListener(myHelpListener);


Figure 58: XUI component - Help