HelpToolTip - Italic text

Hi,

As part of the UI a helpToolTip has been added, however this displays only in standard text. The requirement is for to be shown in italics instead, below is the current coding, could you please advise how i can amend for the italic text .

a!paragraphField(
label: "Description of Request",
labelPosition: "ABOVE",
helptooltip: = "high level project summary – detail key deliverable",
style: "EMPHASIS",
value: ri!project.projectDescription,
saveInto: ri!project.projectDescription,
refreshAfter: "KEYPRESS",
required: true,
height: "TALL",
validations: {}

Thanks in advance. 

Jay

  Discussion posts and replies are publicly visible

Parents Reply Children