In order to host your s-control in your Visual Force Pages you need to the the following steps:
- Create a new VF page or go to your existing VF page editor
- Pick your S-Control API name and have it ready.
- Within the Page block or where you find suitable add an apex:scontrol tab as follows:
<apex:scontrol controlName="Google_Map" width="-100"height="415"> </apex:scontrol>
Leave a Reply