You need to sign in to do that
Don't have an account?

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
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
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.
Hi,
Thanks for you reply there are folder inside folder how to call folder inside folder files? Please suggest
Thanks
Sudhir