function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
salesforce_newbiesalesforce_newbie 

Understanding apex code

Hi All,

 

I'm new to Salesforce and have been looking over some apex code.  If someone could explain what this means I'd be very grateful..

 

 

<c:listjobs rendered="{!bWashdc}" jlocation="Washington, D.C.">

 

Thanks in advance

 

Venkat PolisettVenkat Polisett

 


salesforce_newbie wrote:

Hi All,

 

I'm new to Salesforce and have been looking over some apex code.  If someone could explain what this means I'd be very grateful..

 

 

<c:listjobs rendered="{!bWashdc}" jlocation="Washington, D.C.">

 

Thanks in advance

 


It is referring to a custom component "listjobs".

 

Read the docs here: Visualforce Developers's Guide