hub.eb?material_id=400&track_id=429

Client-side Component Context


jQuery and HTML event handlers attached to controls inside the component take place in the Client-side Component Context. These event handlers have access to the component’s Client Callable Functions via $eb.executeFunction().

When a Client Callable Function is called from a Client-side Component Context, it is executed within that component’s Server-side Component Context.

Form level Client Callable functions override the component level Client Callable functions.

Current Module

Related