InterviewSolution
Saved Bookmarks
| 1. |
How To Add Javascript Remoting To A Vf Page? |
|
Answer» To use javascript remoting in a vf page , add the REQUEST as a java SCRIPT INVOCATION with the following from. [namespace.] CONTROLLER.method ( [PARAMETERS….,] Call back Function, [configuration] );
To use javascript remoting in a vf page , add the request as a java script invocation with the following from. [namespace.] controller.method ( [parameters….,] Call back Function, [configuration] ); |
|