Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Showing posts with label
Visual Force
.
Show all posts
Showing posts with label
Visual Force
.
Show all posts
Tuesday, July 19, 2016
Salesforce :: Can not add Visual Force page to Custom button
›
1. At first create a custom controller (Apex Class) with following contents: public with sharing class CommonController { pr...
Monday, July 18, 2016
Salesforce create custom controller
›
1. Go to "setup/Develop/Apex Classes" and click "new" 2. Write the following code: public class CustomControll...
Show HTML string as an HTML output instead of plain text in Salesforce Visaul Force page
›
Write the following code snippet: <apex:outputLabel escape= "false" Value= "{!html}" ></apex:outputL...
›
Home
View web version