Salesforce
PDII · Question #131
Choose the correct definition for <apex:actionSupport>.
The correct answer is C. Adds AJAX support to another component (e.g. onClick, onMouseUp, onFocus, etc.). See the full explanation below for the reasoning.
Question
Choose the correct definition for apex:actionSupport.
Options
- AAllows for controller methods to be called directly from Javascript. Must be encapsulated in
- BSends an AJAX request according to the time interval you specify. If this ever gets re-rendered, it
- CAdds AJAX support to another component (e.g. onClick, onMouseUp, onFocus, etc.)
- DCan be associated with an AJAX request (actionFunction/actionSupport/actionPoller) and shows
- ESignifies which components should be processed by the server when an AJAX request is
How the community answered
(22 responses)- A9% (2)
- B9% (2)
- C77% (17)
- E5% (1)
Community Discussion
No community discussion yet for this question.