Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Export silverlight diagram to show in html page (Read 3694 times)
rajesh_patil74
Full Member
***
Offline


I love YaBB 1G - SP1!

Posts: 220
Joined: Sep 3rd, 2009
Export silverlight diagram to show in html page
Feb 4th, 2011 at 6:16am
Print Post  
Hi Stoyo

How one can do following type of export -

In silverlight I have a diagram. Each object (node) shown in diagram has additional infomration avilable which is displayed in separate property control.

The same presentation which is done in silverlight needs to be given in html view (publication of data).

For that I can have following approach -
1. Define a html template which has two part -
    One displays the image and another part displays a table where additional info is shown.

2. Process the template on server and fill the diagram part with the actual image which is saved on server. The other area needs to be displayed dynamically depending on clicks on various parts of the diagram.

The problem with this is how, I get the area of each nodes in the image which can be used for attaching javascript functions to change the other part of html page dynamically?

Regards
Rajesh
  
Back to top
WWW  
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Export silverlight diagram to show in html pag
Reply #1 - Feb 4th, 2011 at 7:16am
Print Post  
Hi Rajesh,

Since you mentioned you are also using the WPF diagram control, you can use its HtmlBuilder class to export an HTML image map that contains <AREA> element for each node. Each area's href is set to node.HyperLink, so before exporting you can set appropriate hyperlinks to update the table part of the page.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
rajesh_patil74
Full Member
***
Offline


I love YaBB 1G - SP1!

Posts: 220
Joined: Sep 3rd, 2009
Re: Export silverlight diagram to show in html pag
Reply #2 - Feb 4th, 2011 at 10:01am
Print Post  
Hi Stoyo

I need it for Silverlight.  What is the possiblity when this HtmlBuilder class is available with silverlight libs ?

-Rajesh
  
Back to top
WWW  
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Export silverlight diagram to show in html pag
Reply #3 - Feb 4th, 2011 at 12:57pm
Print Post  
We'll add it for the next release in March.

Stoyan
  
Back to top
 
IP Logged
 
rajesh_patil74
Full Member
***
Offline


I love YaBB 1G - SP1!

Posts: 220
Joined: Sep 3rd, 2009
Re: Export silverlight diagram to show in html pag
Reply #4 - Feb 4th, 2011 at 1:41pm
Print Post  
Hi Stoyo

Is this release will in begining of March or End of march ?

We need this type of functionality delivered somewhere in mid of march.

-Regards
Rajesh
  
Back to top
WWW  
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Export silverlight diagram to show in html pag
Reply #5 - Feb 7th, 2011 at 3:06pm
Print Post  
Hi Rajesh,

It should be available in the first week of March.

Stoyan
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Export silverlight diagram to show in html pag
Reply #6 - Mar 2nd, 2011 at 1:44pm
Print Post  
Hi Rajesh,

Check the PM page, the version there implements HtmlBuilder.

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