Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Diagramming for JavaScript, V1.7 (Read 1446 times)
Forum Admin
YaBB Administrator
*****
Offline


Rock and Roll

Posts: 721
Joined: Apr 6th, 2003
Diagramming for JavaScript, V1.7
Dec 30th, 2013 at 9:54am
Print Post  
We have released version 1.7 of MindFusion.Diagramming for JavaScript. It contains the following new features:

Adjustment handle styles
Appearance of nodes' adjustment handles can be customized by calling the setHandlesStyle method. Supported styles include round and square handles, dashed and hatched frames, and some combinations. Apart from appearance, the handles style also controls what part of a node can be dragged to move or resize it. It is also possible to render custom handles by handling the drawAdjustmentHandles event, and implement custom hit-testing by handling the hitTestAdjustmentHandles event.

Dynamic links
A dynamic link automatically orients its end segments so that they point to the target nodes' centers while the link's nodes are dragged around. If a node's AnchorPattern is set, link ends will align to the closest anchor point instead. Positions of the link's end points are also updated when the next-to-last control points are being modified. To enable this, set the Dynamic property to true.

ContainerNode enhancements
~ Apply layout algorithms to content of a ContainerNode by calling its arrange method.
~ Selectively prevent adding or removing child nodes to/from a container by handling the containerChildAdding and containerChildRemoving events.

Miscellaneous
~ The Dirty flag is automatically set when a serializable property of an item or the diagram has been modified. It lets you determine where there are any changes that need to be saved.
~ The AdjustmentHandlesSize property specifies the size of adjustment handles.
~ The ShowDisabledHandles property controls whether disabled adjustment handles are draw on screen.

Registered customers with an active upgrade subscription can download the licensed version from the clients area on our site.
    
A trial version is available for download here: 
https://mindfusion.eu/JsDiagramTrial.zip
    
Enjoy!
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint