홈 / 뉴스 / MindFusion.Diagramming for JavaScript V4.2
MindFusion.Diagramming for JavaScript V4.2
새 클래스를 사용하면 단일 다이어그램 노드에 대해 여러 캡션을 표시할 수 있습니다.
5월 19, 2022
신규 버전
기능
Multiple labels per node
Added 'NodeLabel' class which allows you to display multiple captions for a single diagram node.
Multi-touch improvements
The DiagramView 'multiTouchDraw' property now helps prevent you simultaneously drawing multiple items, while keeping other multitouch gestures enabled.
Added 'handleTouchHitDistance' property to DiagramView which makes it easier to grab adjustment handles on mobile devices.
Miscellanous
MoveLabels behavior now lets users move link and node labels interactively.
LinkEventArgs now includes 'origin' and 'destination' properties that report respective candidate nodes to 'linkCreating' and 'linkModifying' event handlers.
The 'node.attach' method now automatically detaches from previous master.
'SvgNode.contentAlign' property now specifies alignment of a SVG drawing inside the node.
'DiagramLink.lineAlignment' property sets the vertical position of link text.