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
Sudhir_MeruSudhir_Meru 

How to call supporting files in visualforce

Hi,

  We purchased a template onlin which has .css images .js etc files we are developing a service cloud application and we will be using this template in our app. Please suggest us how to call this template in visualforce page.

Thanks

Sudhir

Grazitti TeamGrazitti Team
Hi,

All you need to do is import those css and js files into static resources and then refer to those css and js file in the way suggested on below url.
https://www.salesforce.com/us/developer/docs/pages/Content/pages_resources_reference.htm

Please Mark this as Answer if it helps you

--
Regards,
Grazitti Team
Web: www.grazitti.com
AshwaniAshwani

Sudhir,

1) Upload all assets in Static resources. Create a single zip if possible
2) Use visualforce componets for common template or html used. Or you can use <apex:includepage> to embedd pages.
 

There are several useful tags regarding this approach like: <apex:define> , <apex:component>, <apex:includepage> etc.

Sudhir_MeruSudhir_Meru

Hi,

  Thanks for you reply there are folder inside folder how to call folder inside folder files? Please suggest 

Thanks

Sudhir