How to hide a label for a Display-Only field
I have a Display Only item with its label in the above position. Using JavaScript, I'm applying the .style.display="none" method to that item. Although that method hides the item's value, it doesn't hide the label. How can I hide the label as well?
Apex 4.1.1.00.23