v7.3.0
SupportExamplesFree Trial

AjaxTransport
Mixin
Abstract

Implements data transferring functional that can be used for AbstractCrudManager super classing. Uses the Fetch API for transport.

// create a new CrudManager using AJAX as a transport system and JSON for encoding
class MyCrudManager extends AjaxTransport(JsonEncode(AbstractCrudManager)) {}
No results

Configs

Configs are options you supply in a configuration object when creating an instance of this class

Properties

Properties are getters/setters or publicly accessible variables on this class

Functions

Functions are methods available for calling on the class

    Events

    Events are triggered for certain actions in this class and can be listened for to react to those actions in your code

    Event handlers

    Event handlers are callbacks called as a result of certain actions in this class

    Source path

    Scheduler/crud/transport/AjaxTransport.js

    Contents