tinymce.util.XHR

Namespace tinymce.util
Class XHR
Type Singleton
This class enables you to send XMLHTTPRequests cross browser.

Example

Public Methods

Method Defined By
send(o:Object):void
[static] Sends a XMLHTTPRequest.
XHR

Method details

sendmethod

public static function send(o:Object):void
Sends a XMLHTTPRequest. Consult the Wiki for details on what settings this method takes.

Parameters

o:Object Object will target URL, callbacks and other info needed to make the request.