Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic How to set TableNode.Cell to multi-HyperLinks? (Read 1174 times)
wangzh
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 25
Joined: Apr 25th, 2009
How to set TableNode.Cell to multi-HyperLinks?
Jun 21st, 2010 at 8:17am
Print Post  
hi stoyan,

I would like to achieve a TableNode.Cell bind multiple links;

Similar to the following:
TableNode.Cell.Text ="total:<a href=''> 100persons </a>,<a href=''>10cars</a>";

I fond TableNode.Cell.HyperLink only set one link.

Please help me solve this problem.
thanks a lot!
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: How to set TableNode.Cell to multi-HyperLinks?
Reply #1 - Jun 21st, 2010 at 11:18am
Print Post  
Unfortunately it's not possible - each cell corresponds to a single area in the diagram's image map and cannot contain more than one links.

What you could do is to add more cells to display a list of hyperlinks beside the text or image cell. E.g. you can add 5 cells to display 5 hyperlinks, and set the RowSpan or ColumnSpan of the adjacent content cells to 5 so that the text or image they display is aligned to the associated hyperlinks.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint