eva/3 Application BuilderDeveloping Additional eva/3 ComponentsExtensionpoints 

Context Help of Beans

The Extensionpoint

com.odc.eva3.dev.form.beanContextHelp

defines the page of the context help, that will shown, when calling Hilfe by pressing the F1 key in the Form or Reporteditor die Hilfe.

Example:The following example defines, that the context help for a TCheckbox is on the page com.odc.eva3.dev.doc/application/form/table_beans/tcheckbox/index.html.

<extension
    id="com.odc.eva3.dev.form.tbeanContext"
    name="com.odc.eva3.dev.form.tbeanContext"
    point="com.odc.eva3.dev.form.beanContextHelp">
  <contextHelp
    contextHref="//com.odc.eva3.dev.doc/application/form/table_beans/tcheckbox/index.html"
    classname="com.odc.eva3.rt.se.beans.TCheckBox">
  </contextHelp>
</extension>

An extension to the point com.odc.eva3.dev.form.beanContextHelp describes elemnts of the type contextHelp with the following attributes:

contextHref The href of the context help
classname The class name of the bean