Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Tooltip on the node texts (Read 9086 times)
swapnil
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 9
Location: pune
Joined: Sep 14th, 2018
Tooltip on the node texts
Sep 28th, 2018 at 7:32am
Print Post  
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?
  

diagram_node.png ( 6 KB | 263 Downloads )
diagram_node.png
Back to top
 
IP Logged
 
Slavcho
God Member
*****
Offline


tech.support

Posts: 3228
Joined: Oct 19th, 2005
Re: Tooltip on the node texts
Reply #1 - Sep 28th, 2018 at 9:05am
Print Post  
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
  
Back to top
 
IP Logged
 
reshma
Junior Member
**
Offline


I Love MindFusion!

Posts: 91
Joined: Jan 16th, 2018
Re: Tooltip on the node texts
Reply #2 - Oct 8th, 2018 at 6:40am
Print Post  
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.
  
Back to top
 
IP Logged
 
swapnil
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 9
Location: pune
Joined: Sep 14th, 2018
Re: Tooltip on the node texts
Reply #3 - Oct 8th, 2018 at 11:55am
Print Post  
Hi Slavcho,

By which method can i set tool tip of the cell in TableNode?

Regards,
Swapnil Thosar
  
Back to top
 
IP Logged
 
Slavcho
God Member
*****
Offline


tech.support

Posts: 3228
Joined: Oct 19th, 2005
Re: Tooltip on the node texts
Reply #4 - Oct 9th, 2018 at 10:01am
Print Post  
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.
  
Back to top
 
IP Logged
 
Slavcho
God Member
*****
Offline


tech.support

Posts: 3228
Joined: Oct 19th, 2005
Re: Tooltip on the node texts
Reply #5 - Oct 11th, 2018 at 8:59am
Print Post  
This version adds support for cell tooltips -
https://mindfusion.eu/_beta/jsdiag33.zip

Code
Select All
table.getCell(0, 0).setTooltip("cell 0:0"); 



Regards,
Slavcho
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint