Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Stardust/Enhancing and Embedding Stardust/Browser Modeler/Javascript Extension Points

< Stardust‎ | Enhancing and Embedding Stardust‎ | Browser Modeler
Revision as of 04:04, 13 October 2012 by Unnamed Poltroon (Talk) (New page: Exetnsion Points and Extensions - analogous to the concepts in Eclipse - allow you to plug-in JavaScript logic and HTML UI into various parts of the Browser Modeler. = Properties Page Exte...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Exetnsion Points and Extensions - analogous to the concepts in Eclipse - allow you to plug-in JavaScript logic and HTML UI into various parts of the Browser Modeler.

Properties Page Extension Point

Toolbar Extension Points

Application Type Extension Point

Data Type Extension Point

Define a New Extension Point

You may define your own extension points and evaluate those in the JavaScript code.

Extension Point Registration

Extension Registration

Extensions need to be registered in JavaScript files underneath the /modelerExtensions/<Extension Point Id> folder.

baseElement

Back to the top