Class Index | File Index

Classes


Namespace RichFaces.Event


Defined in: richfaces-event.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
RichFaces Event API container
Method Summary
Method Attributes Method Name and Description
<static>  
RichFaces.Event.unbindById(id, eventType, fn)
Remove a previously-attached event handler from the elements by element id.
Namespace Detail
RichFaces.Event
RichFaces Event API container
Method Detail
<static> {jQuery} RichFaces.Event.unbindById(id, eventType, fn)
Remove a previously-attached event handler from the elements by element id. The handler will be called only once when event happened.
Parameters:
{string} id
- DOM element id
{string} eventType Optional
- one or more JavaScript event types, such as "click" or "submit," or custom event names
{function} fn Optional
- event handler
Returns:
{jQuery} element wrapped by jQuery

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