Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic WebChart.Net client-side API (Read 2167 times)
Eliseo
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 7
Location: Mexico
Joined: Nov 7th, 2005
WebChart.Net client-side API
Dec 15th, 2005 at 4:53pm
Print Post  
Hi,

I'm using the embedded FlowChart.Net in a webpage and I want to perform a number of things with it using client-side scripting (Javascript) but the problem is that I don't have a complete list of the available operations.

So far I've been using LoadFromString, BoxesExpandable, etc because those were the only ones that came with the examples.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: WebChart.Net client-side API
Reply #1 - Dec 15th, 2005 at 5:08pm
Print Post  
Hi,

The OBJECT tag lets you embed the full FlowChart.NET WinForms control in a web page, so you can access from JavaScript all methods and properties mentioned in the help file and other samples.

IE6 does not support handling .NET events though, so you can use events only if you create a wrapper user control that implements the event handlers and embed the wrapper control in the web page.

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


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: WebChart.Net client-side API
Reply #2 - Dec 15th, 2005 at 5:12pm
Print Post  
Another problem is that IE cannot use .NET value types, e.g. RectangleF and Color. You can use properties of these types only on the server side via the webchart.dll.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint