Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Hyperlinks in tablenode cells (Read 2295 times)
steve
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 16
Joined: Feb 23rd, 2010
Hyperlinks in tablenode cells
Feb 23rd, 2010 at 7:37am
Print Post  
Hi,

I need to show tables in a DiagramLite diagram with hyperlinks in the table cells, but I see that the cells of the tablenode object can only support text and images.

Is there any way that I can add hyperlinks to tablenode cells?

If this is not possible, would the best alternative be to use a silverlight listbox in a controlnode?

Any suggestions are most welcome!

Thanks,
Steve
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Hyperlinks in tablenode cells
Reply #1 - Feb 23rd, 2010 at 9:00am
Print Post  
Hi,

If you mean you need to navigate to some URL when a cell is clicked, you can implement that by storing the URL as a Tag value and handling the CellClicked event by the Silverlight browser API.

If what you need is to draw underlined text, currently that can be implemented by modifying the Cell class template so that it adds the Underline text decoration to the TextBlock used to display cell text.

I suppose it is also possible to add a HyperlinkButton to the Cell template to handle navigation automatically.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
steve
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 16
Joined: Feb 23rd, 2010
Re: Hyperlinks in tablenode cells
Reply #2 - Feb 23rd, 2010 at 4:05pm
Print Post  
thanks stoyo.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint