List of questions
Related questions
Question 78 - Certified Platform Developer II discussion
A developer is using a third-party JavaScript library to create a custom user interface in Visualforce.
The developer needs to use JavaScript to get data from a controller method in response to a user action.
How can the developer accomplish this?
A.
Use <apex:actionFunction> to create a JavaScript wrapper for the controller method
B.
Use the @RemoteAction annotation on the method definition with JavaScript Remoting
C.
Use the $Controller global variable to access the controller method via JavaScript
D.
Use <apex:actionSupport> to enable JavaScript support for the controller method
Your answer:
0 comments
Sorted by
Leave a comment first