Skip to content

Wappler documentation

Wappler Extensibility — Original guides

Illustrated wappler extensibility guides, with the original steps and examples preserved.

Choose a guide. Version notes identify original instructions that use an earlier interface or framework.

Guides

Extending express (NodeJS)You want to add extra middleware to express or define your own route endpoints? Here we will explain you how you can do this.View guideHow To Install Custom Wappler ExtensionsWappler offers powerful extensibility options that let you build and use custom extensions for both Server Connect and App Connect. It also provides a user-friendly interface to easily browse, installView guideWappler Extensibility - App Connect UI Controls ReferenceThere are many attributes for the properties that specify how to display and where to store the chosen value.View guideWappler Extensibility - Build Custom Wappler ExtensionsThe next level of Wappler extensibility - App Connect for our front-end framework is here!View guideWappler Extensibility - Writing Custom App Connect Components and FormattersThe app connect component can easily be written in JavaScript. Check:View guideWappler Extensibility - Writing Custom Modules and Formatters for Server ConnectPLEASE NOTE, a number of updates have been made to this guide which appear in italics for easy identification.View guideWriting a Component for App ConnectComponents in App Connect are elements that are placed in the html dom and can be used for different tasks. The following tasks are possible with components:View guideWriting Custom Attributes for App ConnectCustom attributes are used to use expressions to interact with the DOM element. The following attributes are included in the core:View guideWriting Custom Formatters for App ConnectWriting your own formatters can be easily done if you have common knowledge about JavaScript. We will explain how you register your own formatters and give some samples.View guideWriting Custom Modules and Formatters (ASP)Sometimes you want to format or transform your data in a way that is not supported with the supplied formatters included with Wappler. This topic will explain you how you can write your own modules anView guideWriting Custom Modules and Formatters (NodeJS)All formatters are being placed in the extensions/server_connect/formatters folder. A single file can contain multiple formatters and you can have multiple files. Best practice is to group formatters View guideWriting Custom Modules and Formatters (PHP)Sometimes you want to format or transform your data in a way that is not supported with the supplied formatters included with Wappler. This topic will explain you how you can write your own modules anView guide