Class Index | File Index

Classes


Namespace faces.util

faces.util
Defined in: faces.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
<static>  
faces.util.chain(source,, event,, functions)
varargs function which executes a chain of code (functions or any other code) if any of the code returns false, the execution is terminated prematurely skipping the rest of the code!
Namespace Detail
faces.util
Method Detail
<static> faces.util.chain(source,, event,, functions)
varargs function which executes a chain of code (functions or any other code) if any of the code returns false, the execution is terminated prematurely skipping the rest of the code!
Parameters:
{DomNode} source,
the callee object
{Event} event,
the event object of the callee event triggering this function
{optional} functions
to be chained, if any of those return false the chain is broken

Documentation generated by JsDoc Toolkit 2.1.0 on Thu Jun 09 2022 16:11:27 GMT-0400 (EDT)