Réserver une Démo

SVP notez : Cette page d’aide n’est pas pour la dernière version d’Enterprise Architect. La dernière aide peut être trouvée ici.

Pré. Proc.

Custom Table Events

The Custom Table element has an Operation called 'script', reserved for script execution, that can be used in two different, mutually exclusive ways, either:

  • To contain a script in JavaScript that can be executed from the element context menu; see the Custom Table Artifact Help topic, or

  • To contain RaiseEvent broadcast calls to trigger actions from an Add-In written to read or update the Custom Table

Broadcasts

There are four reserved Add-In broadcast events that can only be enabled by listing the event in the 'script' Operation of the Custom Table element. To raise the broadcast events, list any or all of these broadcast calls in the operation named 'script'.
Syntax:
RaiseEvent::EA_OnCustomTableBeginEdit

Learn more