Created
July 21, 2016 05:01
-
-
Save srujan21/c0607f89891951fa463325994b8ba07b to your computer and use it in GitHub Desktop.
A way of invoking apex method from javascript
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<apex:page controller="actionfun"> | |
<apex:form > | |
<apex:actionFunction action="{!call}" name="hold"/> | |
</apex:form> | |
<script> | |
hold(); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment