Top "Visualforce" questions

Visualforce is Salesforce.

Getting error : Uncaught TypeError: undefined is not a function bootstrap.js:29 (anonymous function) bootstrap.js:29 (anonymous function)

I'm getting the following error Uncaught TypeError: undefined is not a function bootstrap.js:29 (anonymous function) bootstrap.js:29 (anonymous function) …

jquery html twitter-bootstrap visualforce
How to format a date in VisualForce?

In Salesforce, if I'm binding a date into a VisualForce page, how do I apply custom formatting to it? Example: &…

salesforce date-format visualforce
newline character on text area

I have a custom field called Current_Address__c which is of datatype textarea. I need to populate this field …

salesforce apex-code visualforce
Display a text field after a checkbox is checked in visualforce

I have a requirement in which a Text field has to be made editable or rendered when a check box …

salesforce visualforce
Retrieve salesforce instance URL instead of visualforce instance

From a visualforce page, I need to retrieve our organization's salesforce instance's URL, and not the visual force URL. For …

salesforce apex-code controllers visualforce
How to make items (columns) in <apex:pageBlockTable> hyperlink?

I successfully created tables with style that salesforce provided. (like the one that highlighted on mouseover etc) But I want …

hyperlink salesforce visualforce xmltable
How to find out which checkboxes have been selected on the next page in VisualForce?

I have a data table which iterates through a custom object and generates checkboxes. On the second page, I want …

salesforce visualforce force.com
Custom Button or Link to a Visualforce page with a custom controller

I have a Visualforce page using a custom controller that is used to edit multiple records under an opportunity. I'd …

salesforce visualforce
How to redirect to a new VF page with command link and outputlink?

I have a list of Assets Name: column 2: etc A1 C1 b1 A2 c2 b2 When I click on A1, …

salesforce apex-code visualforce force.com
How to implement "Cancel" functionality in a VisualForce Page

I know that this is how to save a record <apex:commandButton action="{!save}" value="Save"/> I want …

salesforce apex-code visualforce force.com