ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 144 - Certified Platform Developer II discussion

Report
Export

Choose the correct definition for <apex:actionFunction>.

A.
Allows for controller methods to be called directly from Javascript. Must be| encapsulated in<apex:form> tags. Unlike actionSupport, these function<apex:actionPoller>s can be called directly from Javascript code
Answers
A.
Allows for controller methods to be called directly from Javascript. Must be| encapsulated in<apex:form> tags. Unlike actionSupport, these function<apex:actionPoller>s can be called directly from Javascript code
B.
Sends an AJAX request according to the time interval you specify. If this ever gets re-rendered, it resets
Answers
B.
Sends an AJAX request according to the time interval you specify. If this ever gets re-rendered, it resets
C.
Adds AJAX support to another component (e.g. onClick, onMouseUp, onFocus, etc.)
Answers
C.
Adds AJAX support to another component (e.g. onClick, onMouseUp, onFocus, etc.)
D.
Can be associated with an AJAX request (actionFunction/actionSupport/actionPoller) and shows content conditionally depending on the status of the request (in progress/complete). Use the "id" field to specify name; use "status" field on related components to connect them
Answers
D.
Can be associated with an AJAX request (actionFunction/actionSupport/actionPoller) and shows content conditionally depending on the status of the request (in progress/complete). Use the "id" field to specify name; use "status" field on related components to connect them
E.
Signifies which components should be processed by the server when an AJAX request is generated
Answers
E.
Signifies which components should be processed by the server when an AJAX request is generated
Suggested answer: D
asked 23/09/2024
Ioana Mihaila
49 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first