alpaca allows you to provide functions to handle button clicks within the form.
the dynamic forms addon should provide a way to pass functions to the component to handle submit cases. Ideally, a developer could optionally pass an action function into the component, or load the action as a reusable asset to the forms directory under the forms/actions/* directory.
The component needs both the action function and the id of the button that it applies to. Alpaca takes this information as a string:function hash.
alpaca allows you to provide functions to handle button clicks within the form.
the dynamic forms addon should provide a way to pass functions to the component to handle submit cases. Ideally, a developer could optionally pass an action function into the component, or load the action as a reusable asset to the forms directory under the
forms/actions/*
directory.The component needs both the action function and the id of the button that it applies to. Alpaca takes this information as a string:function hash.
(needs doc example link)