Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Can I simply switch from ClientSideMode="ImageMap" to ClientSideMode="Canvas" ? (Read 1452 times)
jlj30
Full Member
***
Offline


I love YaBB 1G - SP1!

Posts: 183
Joined: Sep 4th, 2011
Can I simply switch from ClientSideMode="ImageMap" to ClientSideMode="Canvas" ?
Mar 21st, 2013 at 7:25pm
Print Post  
Hi,

We'd like our application to be more HTML 5 friendly and I was wondering what (if any) work is required to switch modes?
Are there any documented considerations in making such a migration?

Thanks in advance.

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


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Can I simply switch from ClientSideMode="ImageMap" to ClientSideMode="Canvas" ?
Reply #1 - Mar 22nd, 2013 at 6:56am
Print Post  
Hi,

Canvas mode with AutoPostBack enabled should work very much like ImageMap with InteractivityExtender, though some events are still raised only on client side (e.g. clicked). There are some features from our .NET and Java libraries still missing from the JavaScript one though; you will have to check if everything you rely on is available in Canvas mode, e.g. check if classes and properties are listed under the JavaScript reference (http://www.mindfusion.eu/onlinehelp/netdiagram/index.htm?CC_refMindFusion_Diagra...). Some features we haven't implemented yet are 'dynamic' links, styled text, TreeViewNode class, built-in swimlanes.

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