Template Handler
Home | Getting Started | API | Elements | Actions | Validators | Handlers | Configuration Options | Plugins | Mobile | Troubleshooting | About
Table of Contents
1 Template Handler
Overview of what this handler does
Behavior Functions
init(Config, State)
Initialize the handler
- Return Value -
{ok, NewState}
finish(Config, State)
Clean up the handler
- Return Value -
{ok, NewState}
function(Arg1, Arg2)
Overview of this function
Arg1
- Description of Arg1Arg2
- Description of Arg2- Return Value - Description of the return value
Example
Here is the complete text of the default template handler