Table of Contents |
---|
Usages
English Custom Builder Plugin is used to extend the builder feature in addition to the default form, list, userview & process builder. - Custom Builder Plugin let app designer build extra definition which auto handles the load/store/merge/export/import by the platform.
- A usable Custom Builder Plugin must extend org.joget.apps.app.model.CustomBuilderAbstract abstract class.
...
- Under wflow-core module
- Extended org.joget.plugin.base.ExtDefaultPlugin. Please refer to Plugin Base Abstract Class and Interface.
- Implemented org.joget.plugin.property.model.PropertyEditable. Please refer to Plugin Base Abstract Class and Interface.
- A base abstract class to develop a Custom Builder Plugin.
...
Plugin Properties Options
- Please refer to Plugin Properties Options for more information.
Custom Builder Javascript Object
...