inputEx-library

inputEx  0.7.1

inputEx-library > inputEx > inputEx.RPC.Transport
Search:
 
Filters

static Class inputEx.RPC.Transport

inputEx.RPC.Transport

Methods

GET

void GET ( r )
Build a ajax request using 'GET' method
Parameters:
r <Object> Object specifying target, callback and data attributes

JSONP

void JSONP ( r )
Receive data through JSONP (insert a script tag within the page)
Parameters:
r <Object> Object specifying target, callback and data attributes

POST

void POST ( r )
Build a ajax request using 'POST' method
Parameters:
r <Object> Object specifying target, callback and data attributes

REST

void REST ( r )
Build an ajax request using the right HTTP method
Parameters:
r <Object> Object specifying target, callback and data attributes

TCP/IP

void TCP/IP ( )
NOT implemented


Copyright © 2011 Eric Abouaf All rights reserved.