Closed shemnon closed 12 years ago
add a new API to JRibbon to allow the RichTooltip to be set on the help button when ti shows.
For example, from the CheckRibbon sample (gradle testRibbon or gradle testSubstanceRibbon)
gradle testRibbon
gradle testSubstanceRibbon
this.getRibbon().setHelpRichTooltip(new RichTooltip("Don't Get Excited", "This isn't the help documentation you are looking for."));
add a new API to JRibbon to allow the RichTooltip to be set on the help button when ti shows.
For example, from the CheckRibbon sample (
gradle testRibbon
orgradle testSubstanceRibbon
)