cdsRecordController

cdsRecordController

CDS record controller.
Source:

Methods

(static) cdsRecordError(evt, error)

Show error messages
Source:
Parameters:
Name Type Description
evt Object The event object.
error Object The object with the errors.

(static) cdsRecordIframe(url)

Trust iframe url
Source:
Parameters:
Name Type Description
url String The url.

(static) cdsRecordInit(evt)

When the module initialized
Source:
Parameters:
Name Type Description
evt Object The event object.

(static) cdsRecordLoadingStart(evt)

Change the state to loading
Source:
Parameters:
Name Type Description
evt Object The event object.

(static) cdsRecordLoadingStop(evt)

Change the state to normal
Source:
Parameters:
Name Type Description
evt Object The event object.

(static) cdsRecordWarn(evt, warning)

Show warning messages
Source:
Parameters:
Name Type Description
evt Object The event object.
warning Object The object with the warnings.