Front End Delete
Introduction
Syntax
Including the button
{% include "webapp_delete", layout: "default" %}
Security
{% if context.current_user.id and context.current_user.id == this.creator.id %}
{%- include "webapp_delete", layout: "default" -%}
{% endif %}
Developing the Layout
File Structure
Calling the Main JavaScript Function
Argument number
What is it?
Example
Customising the JavaScript
Last updated
Was this helpful?

