Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Can I create Hyperlinks ? (Read 1908 times)
Ikshita
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 5
Joined: Aug 28th, 2014
Can I create Hyperlinks ?
Sep 10th, 2014 at 11:18am
Print Post  
Hi,

Can I have hyperlink in components? Like in rectangle or decision box? I need the hyperlink to show some page or some other url. Is it possible to include hyperlink?
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Can I create Hyperlinks ?
Reply #1 - Sep 10th, 2014 at 11:22am
Print Post  
Hi,

There's a HyperLink property in the DiagramItem class. It won't open a new page automatically, but you could open it from nodeClicked event handler by calling window.open(args.getNode().getHyperLink());

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