The MindFusion Forums | |
Gauge and Chart Components >> Html Canvas & JavaScript >> Tooltip on the node texts
https://mindfusion.eu/Forum/YaBB.pl?num=1538119951 Message started by swapnil on Sep 28th, 2018 at 7:32am |
Title: Tooltip on the node texts Post by swapnil on Sep 28th, 2018 at 7:32am
Hello,
I have below node structure. It has 3 ,4 rows of texts on which i need to show tool tip. Using container node but it has tool tip only for the heading. Any idea how to add tool tip for all the text rows? ![]() |
Title: Re: Tooltip on the node texts Post by Slavcho on Sep 28th, 2018 at 9:05am
Hi,
Are you showing these text rows using separate child nodes inside container? You could use TableNode and set cells' text and tooltips instead. Anyway child nodes' tooltips work for me when testing with container. Please attach saved diagram JSON so I can try this with same property values as yours. Regards, Slavcho |
Title: Re: Tooltip on the node texts Post by reshma on Oct 8th, 2018 at 6:40am
tooltip is showing on node but i have to set diagram.seEnable(true) and if set here true then my drag and drop functinality not working.
|
Title: Re: Tooltip on the node texts Post by swapnil on Oct 8th, 2018 at 11:55am
Hi Slavcho,
By which method can i set tool tip of the cell in TableNode? Regards, Swapnil Thosar |
Title: Re: Tooltip on the node texts Post by Slavcho on Oct 9th, 2018 at 10:01am
Actually you can't, we have cell tooltips in libraries for other platforms but turns out they aren't available in JavaScript diagram yet. We'll try to implement that for upcoming release.
|
Title: Re: Tooltip on the node texts Post by Slavcho on Oct 11th, 2018 at 8:59am
This version adds support for cell tooltips -
https://mindfusion.eu/_beta/jsdiag33.zip [code] table.getCell(0, 0).setTooltip("cell 0:0");[/code] Regards, Slavcho |
The MindFusion Forums » Powered by YaBB 2.6.11! YaBB Forum Software © 2000-2025. All Rights Reserved. |