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
sai manojsai manoj 

Developer Beginner --> Visualforce Basics -->Use Static Resources-->need help

Raj VakatiRaj Vakati
Static resources allow you to upload content that you can reference in a Visualforce page. Resources can be archives (such as .zip and .jar files), images, stylesheets, JavaScript, and other files.
Static resources are managed and distributed by Lightning Platform, which acts as a content distribution network (CDN) for the files. Caching and distribution are handled automatically.
Static resources are referenced using the $Resource global variable, which can be used directly by Visualforce, or used as a parameter to functions such as URLFOR().


https://trailhead.salesforce.com/en/modules/visualforce_fundamentals/units/visualforce_static_resources


https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_resources.htm
https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_resources_reference.htm