MVC

KISSY MVC Framework.

defined in: mvc.js

Namespace

Methods

  • MVC. sync (self, method, options) <static> Default sync mechanism.

Namespace Detail

  • MVC
    KISSY MVC Framework.

Methods Detail

  • MVC. sync (self, method, options) <static> view source
    Default sync mechanism. Sync data with server using IO .
    Defined in:sync.js.
    Parameters
    •   self {MVC.Model|MVC.Collection} Model or Collection instance to sync with server.
    •   method {String} Create or update or delete or read.
    •   options {Object} IO options
blog comments powered by Disqus
Top