Module Ext_data_proxy_Server


module Ext_data_proxy_Server: sig .. end
ServerProxy is a superclass of JsonPProxy and <a h ...

ServerProxy is a superclass of JsonPProxy and AjaxProxy, and would not usually be used directly.

ServerProxy should ideally be named HttpProxy as it is a superclass for all HTTP proxies - for Ext JS 4.x it has been called ServerProxy to enable any 3.x applications that reference the HttpProxy to continue to work (HttpProxy is now an alias of AjaxProxy).



class type t = object .. end
class type configs = object .. end
class type events = object .. end
class type statics = object .. end
val of_configs : configs Js.t -> t Js.t
of_configs c casts a config object c to an instance of class t
val to_configs : t Js.t -> configs Js.t
to_configs o casts instance o of class t to a config object