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);
XUI component - Help