Class Index | File Index

Classes


Namespace jsf.util

jsf.util
Defined in: jsf.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
<static>  
jsf.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
jsf.util
Method Detail
<static> jsf.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 Tue Nov 10 2020 16:08:18 GMT-0500 (EST)