The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
35 views

Unable to access nested files in static resource

I have a zip file containing images as a static resource. After repackaging the zip and uploading a new copy I'm no longer able to access the contents from VisualForce pages. I access the image like ...
1
vote
1answer
43 views

Can I reference a Static Resource in an HTML Area?

I'd like to reference a Javascript file (Static Resource) in an HTML area within Salesforce - is this possible? Or can I only reference Static Resources from a VisualForce page? If it is possible, ...
2
votes
2answers
81 views

DataTables in VisualForce Page, Setting swfPath as Static Resource

I have been working with the DataTables library in VisualForce and have everything working except for the export features. I followed the sample initialization on the DataTables website, but am ...
-2
votes
1answer
49 views

What does this error: Static Resource named UploadTemplate does not exist [closed]

Hi am getting this error on my VF code, now only i started learning VF. Can anyone tell does it mean Error:Static Resource named UploadTemplate does not exist
2
votes
1answer
51 views

pulling static resource to local file system

I'm trying to add a static resource file I uploaded to my dev org to a git repository. Every time I tell the IDE to refresh from server it doesn't pull the static resource to my local file system. I ...
1
vote
2answers
58 views

What does the cache control value control in a static resource?

While creating a static resource there is an option for specifying Cache Control, This contains two values Public and Private. What does these values actually control?. Initially had an Idea that ...
7
votes
3answers
352 views

jquery in a visualforce page

I am new to using jquery in visualforce and seem to be stuck just getting the static resource to work correctly. I have two js files, one is the jquery the other is a qrcode generator. Both are ...
9
votes
1answer
132 views

Testing callout with zipped static resource

How can I access the content of a static resource zip file to create several callout mocks? I'd like to group all service responses in a single zip file without create several static resources. In ...
3
votes
4answers
254 views

What is the best way to manage javascript resources for Visualforce pages?

So at the moment when I want to make a quick tweak in a javascript file that enhances a Visualforce page, I have to go: Setup >> Development >> Static Resources Find my script in the list (takes a ...
7
votes
4answers
532 views

Is it possible to use images in Visualforce generated PDFs which are not static resources?

I'm trying to generate a Visualforce PDF (renderAs) with a variety of images from different sources includes Salesforce Attachments and Documents, as well as third party sites. So far I've only been ...