- I have a form that displays when a user selects a tab
- This form slides out when selected, and hides itself when selected again
- The action to display / hide is javascript / jquery
- I'd like this form to be globally visible from any page within Salesforce.com
- Here's a link to the type of form I'm describing: http://www.building58.com/examples/tabSlideOut.html
Questions:
As with the link, the form is HTML and Javascript:
So attempted to deploy as a Homepage Component (HTML), and came up blank
- Then attempted to deploy as a Homepage Component (VF), but displayed within it's own box
- Would I need to make a VF Page that's globally accessible?
- Would it be possible to overlay this tab everywhere within Salesforce, and not just the homepage?