CAF Shared JavaScript

Class CAF.Ajax

Object
   |
   +--CAF.Ajax

class CAF.Ajax


Utilities for use with the standard f:ajax tag
Defined in core.js


Constructor Summary
CAF.Ajax ()
           
 
Method Summary
<static> void afterUpdate(id)
           Do some extra activities after an element has been updated 1.
<static> Object beforeSubmit(event)
           This function is usually used as the "onclick" handler of the command control.
<static> Object clientSideValidate(event)
           Performs Client-Side validation (when enabled).
<static> void onError(data)
           This function is usually used as the "onerror" handler of the CAF.Ajax.f = ajax;tag.
<static> void onEvent(data, eventType)
           This function is usually used as the "onevent" handler of the CAF.Ajax.f = ajax;tag.
<static> Object raiseActionEvent(event)
           A CAF.Command.actionListener event is raised to notify any listeners that we are about to invoke the action.
<static> void startProgress(data)
           Begin the progress overlay for the elements being refreshed
<static> void stopProgress(data, eventType)
           End the progress overlay for the elements being refreshed

Constructor Detail

CAF.Ajax

CAF.Ajax()

Method Detail

afterUpdate

<static> void afterUpdate(id)

beforeSubmit

<static> Object beforeSubmit(event)

clientSideValidate

<static> Object clientSideValidate(event)

onError

<static> void onError(data)

onEvent

<static> void onEvent(data, eventType)

raiseActionEvent

<static> Object raiseActionEvent(event)

startProgress

<static> void startProgress(data)

stopProgress

<static> void stopProgress(data, eventType)

CAF Shared JavaScript

Documentation generated by JSDoc on Sat Aug 1 05:56:17 2015