Class Index | File Index

Classes


Namespace RichFaces.queue


Defined in: richfaces-queue.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
RichFaces Queue API container
Method Summary
Method Attributes Method Name and Description
<static>  
RichFaces.queue.push(source, event, options)
Create and push QueueEntry to the queue for ajax requests
<static>  
RichFaces.queue.setQueueOptions(id, options)
Set queue default options
Namespace Detail
RichFaces.queue
RichFaces Queue API container
Method Detail
<static> RichFaces.queue.push(source, event, options)
Create and push QueueEntry to the queue for ajax requests
Parameters:
{string|DOMElement} source
- The DOM element or an id that triggered this ajax request
{object} event Optional
- The DOM event that triggered this ajax request
{object} options Optional
- The set name/value pairs that can be sent as request parameters to control client and/or server side request processing

<static> RichFaces.queue.setQueueOptions(id, options)
Set queue default options
Parameters:
{string||object} id Optional
- Queue id for storing options or hash with options for multiple options set
{object} options
- Queue options object

Documentation generated by JsDoc Toolkit 2.0.0 on Sat Jul 12 2014 01:23:43 GMT-0400 (EDT)