function readOnly(count){ }
Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
Hi,
Can any body help me. I have Some Fields in vfpage with Custom Controller. i need help text for that.Please Help me Out
Thank you
<span class="helpButton"><img src="/s.gif" alt="" class="helpOrb" title="{!$ObjectType.OBJECTNAME.Fields.FIELDOFTHATOBJECT.inlineHelpText}" /></span>
just replace the object name with your object name as Account
just replace the FIELDOFTHATOBJECT with your object field as NAME
If you wrap the inputfield up in an apex:pageblocksectionitem component, you can specify the helpText attribute on that. There's more information at:
http://success.salesforce.com/ideaView?id=08730000000Bp8K
and
http://harshesh7487.blogspot.co.uk/2011/03/how-to-show-help-text-on-visualforce.html
Thank you Abhay. Thank you very much.
Hi Raju,
Please mark it as closed if your problem is solved
<span class="helpButton"><img src="/s.gif" alt="" class="helpOrb"
title="{!$ObjectType.OBJECTNAME.Fields.FIELDOFTHATOBJECT.inlineHelpText}" /></span>
just replace the object name with your object name as Account
just replace the FIELDOFTHATOBJECT with your object field as NAME
All Answers
If you wrap the inputfield up in an apex:pageblocksectionitem component, you can specify the helpText attribute on that. There's more information at:
http://success.salesforce.com/ideaView?id=08730000000Bp8K
and
http://harshesh7487.blogspot.co.uk/2011/03/how-to-show-help-text-on-visualforce.html
<span class="helpButton"><img src="/s.gif" alt="" class="helpOrb"
title="{!$ObjectType.OBJECTNAME.Fields.FIELDOFTHATOBJECT.inlineHelpText}" /></span>
just replace the object name with your object name as Account
just replace the FIELDOFTHATOBJECT with your object field as NAME
Thank you Abhay. Thank you very much.
Hi Raju,
Please mark it as closed if your problem is solved