YUI3 YQL Module

yql  1.0.0

YUI3 YQL Module > yql > yql
Search:
 
Filters

Class yql - extends Event.Target

This class adds a sugar class to allow access to YQL (http://developer.yahoo.com/yql/).

Constructor

yql ( sql , callback , params , opts )
Parameters:
sql <String> The SQL statement to execute
callback <Function> The callback to execute after the query (optional).
params <Object> An object literal of extra parameters to pass along (optional).
opts <Object> An object literal of extra options to pass along to the Get Utility (optional).

Events

error

error ( )
Fires when an error occurs.

query

query ( )
Fires when the Query returns.

timeout

timeout ( )
Fires when the request has timed-out.


Copyright © 2009 Dav Glass All rights reserved.