Set custom template for tooltip #5896
Unanswered
just-website
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use AceEditor as a JSON file editor. For validation, I use the AJV library and make objects of annotations.
In discussions here, I saw an example with a custom HoverTooltip for creating tooltips when hovering over content (with the
tooltip.showForRangemethod). Similarly, I'd like to be able to set a custom template for GutterTooltip.Can I disable (override) an existing default GutterTooltip instance?
Can I access existing tooltip instances?
Beta Was this translation helpful? Give feedback.
All reactions