Hi,
I am currently setting up a project with Field Description under many Custom fields.
By default, the scripted description is marked with the color red.
Is there a way I set set descriptions with a different color?
descField.setHelpText("Please explain why priority is Highest.")
Hello @Jason Galea
You can do it like this
getFieldById("summary").setHelpText("<font color=\"blue\">Some help text</font>")
It works. Thanks a lot Mark
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Mark! It still works great. I was looking for the same thing.
Thanks a lot for posting!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.