You need to sign in to do that
Don't have an account?
vishesh91
editing static resource
I am using a javascript file as a static resource in my vf page.Every time I have to edit the js file ,I edit it on my local computer and upload a new version of static resource.is there a way to edit the hosted file in force.com using online editor(as there is for vf pages and apex classes)
No, but you could use either of the following methods:
1) Use a visualforce page, and set its contentType to "text/plain" without headers. This gives you the ability to write the script directly in the UI.
2) Use the Force.com IDE, which lets you edit the file as a text file, and automatically deploy it when saving.