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


Rock and Roll

Posts: 687
Joined: Apr 6th, 2003
Diagramming for JavaScript, V4.4.2
Mar 20th, 2024 at 1:08pm
Print Post  
We have released version 4.4.2 of MindFusion JavaScript Diagram library. It contains the following new features and improvements:

TableNode improvements
  • getRow and getColumn methods now return strongly-typed TableRow and TableColumn objects.
  • The anchorPattern property of TableRow and rowAnchorPattern property of TableNode let you specify the points where links connect to table rows.
  • cellTextColor property lets you set default color of cell texts, without changing caption color.

TabbedDiagramView improvements
  • Enable allowRenamePages to let users edit the title of DiagramPage by clicking the active tab.
  • The control raises pageAdding event when users click the plus icon to let you validate the operation, and pageAdded once the page is added.
  • The control raises pageRemoving event when users close a tab to let you validate the operation, and pageRemoved once the page is removed.
  • Fix for scroll range not updating when changing tabs.

Miscellaneous
  • Disable allowUnanchoredLinks to prevent users from drawing links to nodes without designated anchor points.
  • Set inplaceEditAcceptOnEnter and inplaceEditCancelOnEsc properties to specify whether edit operations end when user presses respectively Enter and Esc keys.
  • The showAnchors property can be set to Selected | Auto combination.
  • Set horizontalDropAlignment and verticalDropAlignment properties to specify how nodes are positioned relatively to the drop point after drag operations from NodeListView.
  • Set dragIndicatorOpacity property to specify the opacity of drag indicator displayed during drag-and-drop operations.

Distribution for the latest version can be downloaded here, or from the clients area on our site:
https://mindfusion.eu/JsDiagramTrial.zip

Updated scripts are also available as @mindfusion/diagramming NPM package.

Enjoy!
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint