Web Component: j-FormData
j-FormData
With this component you can send data via the POST/PUT/DELETE method to the current window or another.
- jComponent
v19|v20
- singleton
Configuration
method
{String}
a default HTTP method (default:POST
)target
{String}
a default target (default:_blank
)type
{String}
a default form type (default:application/x-www-form-urlencoded
)
Methods
component.send(opt)
opt.method
{String}
form method, defaultconfig.method
opt.target
{String}
form target, defaultconfig.target
opt.type
{String}
form type, defaultconfig.target
opt.url
{String}
required URL addressopt.data
{Object}
required form data in the form{ key1:value, key2:value }
Author
- Peter Širka petersirka@gmail.com
- License
Created
11. february 2023
Updated
not updated
jComponent library
19 | 20
Version
v1
License
https://www.totaljs.com/license/
Responsive
Yes
Author
Peter Širka
Email
petersirka@gmail.com