hi folks,
i have an app in salesforce..but i need a standalone webpage ..so i imported the objects created ..please coulde you give the codes for this three buttons...
add
edit
delete
hi folks,
i have an app in salesforce..but i need a standalone webpage ..so i imported the objects created ..please coulde you give the codes for this three buttons...
add
edit
delete
If you would have a look at Visualforce component reference, you'd probably see the "commandButton" and the example provided on the usage tab:
<apex:commandButton action="{!save}" value="Save" id="theButton"/>