Documentation / Tutorials

SPA

Documentation / Tutorials: SPA

/ SPA

Event: Submit - single submit button

[templates.add basic_form]

//** HTML novalidate: to disable html 5 validations **//
<section role=’xyz-form’>
<form id=”scheme_form

Read More

Event: Submit - multiple submit buttons

[templates.add multi_action_form]

//** HTML novalidate: to disable html 5 validations **//
<section role=’xyz-form’>
<form id=”scheme_form

Read More

Form Submission

#1. Form
<section role=’xyz-form’>
//** HTML novalidate: to disable html 5 validations **//
<form id=”example_form” novalidate

Read More

Event: Click - Execute response JS

This code demonstrates how to send the data to the server and execute the JS  returned by the server

#1

Read More

Event: Click - interact with server

Click on the button will send the data to the server and update the element data with the recieved result

Read More

Categories
Most Popular