FormRemoteAction

You will find here the definition of FormRemoteAction and details about its attributes.

What is it?

It is an action to make the request to submit a form.

FormRemoteAction structure is:

AttributeTypeRequiredDefinition
pathStringDefines the URL service path that it will receive the form's data.
methodFormMethodTypeDefines the type of operation to submit a form.

FormMethodType

ENUM to define the HTTP method that it will use to submit a form.

See the values below:

TypeDefinition
GETIt is used for methods that only receive data.
POSTIt is used for methods that submit data.
PUTIt is used for methods that replace the data.
DELETEIt is used for method that remove data.

Last modified March 5, 2021: fix: change table docs (#385) (ea0ea742)