You need to sign in to do that
Don't have an account?
Jina Chetia
Is there any way to add a help text beside a textbox or an inputField?
Hi,
Is there any way to add a help text/message beside a textbox or a inputField just like the way we have when we create any custom field through the 'Setup-Create-Objects-Any Custom Object-new Custom field' option?
Is there any way to add a help text/message beside a textbox or a inputField just like the way we have when we create any custom field through the 'Setup-Create-Objects-Any Custom Object-new Custom field' option?
sectionHeader Component also has the "help" attribute that lets you specify link to the help page.
You didn't tell me what your field name was so I picked something descriptive. You have to substitute account.customFieldWithHelp__c with the reference to the custom field you have with help text.
If you're trying to add help text to something that does not have it in the definition (and you don't want to/can't add it to the field definition) then you need to use pageBlockSectionItem. Otherwise I would suggest sticking with pageBlockSection, because it will make your page a lot cleaner and take care of localized labels for your fields.