Awesome Enterprise

SPA

Enterprise Documentation / Tutorials: SPA

/ SPA

Ticket Handler

Ticket Handler module works as intermediate module between destination module and route call
For eg:  route_ajax=”ticket-handler/<ticket_id

Read More

SPA Ajax

Use SPA ajax rather than jquery ajax in Awesome, and perform your script operation within module without returning the value

Read More

Button with axn='route.run'

If you want to fire ajax on click without form submit.

Syntax:
<button
bind=”click”
axn=’route.run’
bind_selector

Read More

Session ticket and AJAX

Use ticket while executing AJAX, which provides much of security rather than calling module directly through name.
Following are then

Read More

Categories
Most Popular