... |
... |
@@ -2,7
+2,7 @@ |
2 |
2 |
|
3 |
3 |
== Plugins for extending {{formcycle/}} == |
4 |
4 |
|
5 |
|
-Many services and functions of {{formcycle/}} can be customized and extended by using plugins. Each [[plugin type>>doc:Main.PluginDevelopment.Types.WebHome]] extends a certain aspect of {{formcycle/}}, such as workflow processing or preprocessing forms. To create a custom plugin, you need to setup a Java project first of all. |
|
5 |
+Many services and functions of {{formcycle/}} can be customized and extended by using plugins. Each [[plugin type>>doc:Formcycle.PluginDevelopment.Types.WebHome]] extends a certain aspect of {{formcycle/}}, such as workflow processing or preprocessing forms. To create a custom plugin, you need to setup a Java project first of all. |
6 |
6 |
|
7 |
7 |
== API documentation == |
8 |
8 |
|