Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic JavaScript Reference Missing! (Read 3457 times)
f_zaker
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 3
Joined: May 28th, 2007
JavaScript Reference Missing!
May 28th, 2007 at 11:49am
Print Post  
please tell me where can I find a good refrence for FlowChartX activeX control?!!!
I want to use it in a asp.net page.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: JavaScript Reference Missing!
Reply #1 - May 28th, 2007 at 11:59am
Print Post  
We now offer a native ASP.NET control:
https://mindfusion.org/NetDiagramTrial.zip

It supports more browsers and OSes than FlowChartX does.

If you prefer to use FlowChartX, you could see how to load it in a web page and call its methods from JavaScript here (take a look at the demo pages' source code):

http://www.mind-fusion.com/demo_std_page1.htm

The online demo loads an instance of the FlowchartX standard edition. If you want to use the Pro edition, change the classid attribute to the following:

classid="CLSID:F025BF4E-4081-4c02-86E6-6602AEE846F6"

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


I love YaBB 1G - SP1!

Posts: 3
Joined: May 28th, 2007
Re: JavaScript Reference Missing!
Reply #2 - May 28th, 2007 at 12:04pm
Print Post  
as I told, I need a JavaScript reference! so if exist, please give me its address.

thanks.
  
Back to top
 
IP Logged
 
f_zaker
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 3
Joined: May 28th, 2007
Re: JavaScript Reference Missing!
Reply #3 - May 28th, 2007 at 12:14pm
Print Post  
Stoyo wrote on May 28th, 2007 at 11:59am:
We now offer a native ASP.NET control:
https://mindfusion.org/NetDiagramTrial.zip

It supports more browsers and OSes than FlowChartX does.

If you prefer to use FlowChartX, you could see how to load it in a web page and call its methods from JavaScript here (take a look at the demo pages' source code):

http://www.mind-fusion.com/demo_std_page1.htm

The online demo loads an instance of the FlowchartX standard edition. If you want to use the Pro edition, change the classid attribute to the following:

classid="CLSID:F025BF4E-4081-4c02-86E6-6602AEE846F6"

I hope that helps,
Stoyan


I need a control that can work with .Net 1.1 not 2.0
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: JavaScript Reference Missing!
Reply #4 - May 28th, 2007 at 12:34pm
Print Post  
We don't have any reference other than the developer's guide, available form the FlowChartX submenu under the Windows Start menu. The method prototypes there are listed in language independent manner, you will need to translate them to JavaScript yourself.

Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint