Difference between revisions of "Extension Guide"

From OpenKM Documentation
Jump to: navigation, search
(Created page with 'OpenKM allows to create your own plugin extensions. {{Warning|This section is still unders contruction}} Category: OpenKM plugin extensions')
 
 
(79 intermediate revisions by 4 users not shown)
Line 1: Line 1:
OpenKM allows to create your own plugin extensions.
+
OpenKM has a lot of interesting features, but it is not possible to meet all the special user requirements. For this reason, you can expand application features by implementing extensions. There are two families of extensions:
  
{{Warning|This section is still unders contruction}}
+
* [[Core extensions]]
 +
* [[Frontend extensions]]
 +
* [[Database Metadata]]
 +
* [[Javascript API]]
 +
* [[Extend automation]]
 +
* [[Extend OCR field parsers]]
 +
* [[C Sharp DLL|SDK for .net (C# - C Sharp)]]
 +
* [[SDK for Java]]
  
 
+
[[Category: Extension Guide]]
[[Category: OpenKM plugin extensions]]
 

Latest revision as of 09:48, 2 December 2013

OpenKM has a lot of interesting features, but it is not possible to meet all the special user requirements. For this reason, you can expand application features by implementing extensions. There are two families of extensions: