visualforce
Can the Salesforce multi-select picklist be used for arbitrary data and not just sObjects?
I think I might be missing something, but I can\'t see how to use the built in multi-select picklist control for anything but sObject fields.[详细]
2023-04-12 08:18 分类:问答Why JQueryUI does not work on salesforce standard input elements?
I am having trouble using JQueryUI with salesforce standard elements. Basically, I want to auto suggest the record names to 开发者_高级运维the user, instead of the user clicking on the salesforce sear[详细]
2023-04-11 19:33 分类:问答unknown property while using a list of class in Vf page
i have a class public with sharing class CAccountRep { string sageAccountNo {get;set;} string clientName {get;set;}[详细]
2023-04-10 00:02 分类:问答No event on left click for button in jQueryMobile app
i am building an mobile application for sfdc. i am using apex and visual force and jquery mobile js to create my app.[详细]
2023-04-05 01:02 分类:问答In Visualforce pages, is it possible to use the command line in the Firebug console?
On Visualforce pages, commands run in the Firebug console command line don\'t seem to work. For example $(\".myClass\").show(); returns TypeError: $(\".moreInfo\") is null.[详细]
2023-04-03 13:05 分类:问答sObject in visualforce?
I have an apex controller which builds up a list to be displayed in a datatable. The list combines different object, so the variable I create is a List[详细]
2023-04-03 00:34 分类:问答Salesforce.com visualforce between 2 objects
In salesforce I need to create a visualforce page that includes the fi开发者_运维问答elds of 2 objects. The first object is the QUOTE object. The second objects is a custom object with several fields.[详细]
2023-04-02 12:02 分类:问答I am generating an xml file in which i am fetching data from the custom setting i have made
public with sharing class xml4 { public string x{get;set;} public string c{get;set;} List<ArtemisVC__Company_View_Extensions__c> mcs{get; set;}[详细]
2023-03-26 14:15 分类:问答Visualforce link component for rerendering?
Is there a visualforce component for links? I\'d like a link () on my page which can trigger an ajax call to one of the functions in the controller and rerender an element on the page.[详细]
2023-03-21 22:49 分类:问答Do Salesforce VF email templates require related object to be persisted?
When a new lead comes in, I want to use a before trigger and a Visualforce email template that contains lead field values to send an email using the SingleEmailMessage class开发者_高级运维.The email i[详细]
2023-03-20 23:10 分类:问答