Admin Help text, hint and tooltip not working
Posted: Tue May 27, 2014 3:54 am
Hi all,
I have been reading the Adding Help Text Tutorial from the broadleaf docs
and when i tried it doesn't show any help text or tooltip in the admin UI.
My code:
Am I doing something wrong or missing any code?..FYI I am using Broadleaf-3.0.0 version.
Thanks
I have been reading the Adding Help Text Tutorial from the broadleaf docs
and when i tried it doesn't show any help text or tooltip in the admin UI.
My code:
Code: Select all
@Column(name="FIRST_NAME")
@AdminPresentation(friendlyName="CustomerImpl_First_Name",tooltip="tooltip for firstName field",helpText="<p>Please Enter you FirstName</p>",hint="<p>FirstName</p>", order=2000, group="CustomerImpl_Customer",requiredOverride=RequiredOverride.REQUIRED, prominent=true, gridOrder=2000)
protected String firstName;
Am I doing something wrong or missing any code?..FYI I am using Broadleaf-3.0.0 version.
Thanks