Ajax
(1)
Apex Class
(12)
Apex Trigger
(2)
Community
(2)
Home Page
(1)
HTML
(4)
Integration
(3)
JS
(7)
KB
(1)
Label
(1)
Licenses
(1)
Listing
(1)
Log
(1)
OOPs
(5)
Sharing
(1)
Static Resource
(1)
Test Class
(3)
URI
(1)
Visualforce
(10)
Monday 26 May 2014
Call class function from javascripty
<Script>
function jsFunction()
{
call_classFunction);
}
</script>
<apex:actionFunction name="call_classFunction" action="{!Class_Function}" />
<apex:commandButton id="btnprintButton1" value="Print Pdf" onclick="jsFunction(); return false;" />
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment