The global-variables tag has no wiki summary.
1
vote
1answer
110 views
Where can I check the value of $Setup variables?
I have this code:
<link rel="canonical" href="{!$Setup.websiteSystemVariables__c.Main_URL__c+$CurrentPage.Name}"/>
I want to check where the $Setup.websiteSystemVariables__c and ...
0
votes
5answers
647 views
Cannot get the global variable $Component to return id
How can I get the force.com generated id from the $Component global varible for me apex:selectRadio component?
Javascript
var rdo = j("input[@id=" + jq('{!$Component.searchRdo}') + ...
2
votes
1answer
206 views
Do methods returning APEX classes live in a different namespace?
I have a controller class, below.
It is passed in "thePpt" as an SOBJECT, and the class has access to it in the getGuam method, but not the initPhoneList or GetDaytimePhoneList() methods. WHY?
They ...
2
votes
2answers
156 views
What are the components of Salesforce's built-in CSS URLs?
The URLs for CSS files in Salesforce resemble this:
/sCSS/25.0/sprites/1344400715000/Theme3/default/gc/elements.css
What does the 1344400715000 refer to, and is there a way to expose that value via ...