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,)
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,)
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

Documentation generated by JsDoc Toolkit 2.1.0 on Thu Mar 31 2016 20:57:54 GMT-0000 (GMT)