Namespace | tinymce.util |
Class | JSONRequest |
Method | Defined By |
---|---|
JSONRequest(s:Object)
Constructs a new JSONRequest instance.
|
JSONRequest |
send(o:Object):void
Sends a JSON-RPC call.
|
JSONRequest |
sendRPC(o:Object):void
[static] Simple helper function to send a JSON-RPC request without the need to initialize an object.
|
JSONRequest |
public
function JSONRequest(s:Object)
s:Object | Optional settings object. |
public
function send(o:Object):void
o:Object | Call object where there are three field id, method and params this object should also contain callbacks etc. |
public static
function sendRPC(o:Object):void
o:Object | Call object where there are three field id, method and params this object should also contain callbacks etc. |