Difference between revisions of "AppSuite:Extending the UI"

 
Line 1: Line 1:
#REDIRECT [[AppSuite:Extending the UI (Hands-on introduction)]]
+
=Extension Points in detail=
 +
 
 +
Appsuite uses the extention point concept to create extension points that allow a simple and flexible way to extending functionality. When syste reaches a part that can be extended it asks a central registry if extensions are registered. In that case these extensions will be executes independent of they are part of appsuite or a plugin.
 +
 
 +
__TOC__
 +
 
 +
<pre class="language-javascript">
 +
 
 +
</pre>
 +
 
 +
 
 +
[[Category:AppSuite]]
 +
[[Category:UI]]

Revision as of 07:34, 11 April 2013

Extension Points in detail

Appsuite uses the extention point concept to create extension points that allow a simple and flexible way to extending functionality. When syste reaches a part that can be extended it asks a central registry if extensions are registered. In that case these extensions will be executes independent of they are part of appsuite or a plugin.