ホーム / ニュース / MindFusion.Diagramming for JavaScript V4.1
MindFusion.Diagramming for JavaScript V4.1
ズーム、ノード回転、複数の図の項目の同時描画などのマルチタッチサポートを追加
1月 27, 2022
新バージョン
機能
Multi-touch support - The control now handles DOM Pointer events to implement multi-touch interactions, such as zooming, node rotation or simultaneous drawing of multiple diagram items:
If multiTouchZoom property is enabled (default), the view can be zoomed or panned using two-touch pinch / flick gestures.
If multiTouchModify property is enabled (default), diagram nodes can be moved, scaled and rotated using two-touch pinch / flick gestures.
If multiTouchZoom property is disabled, each touch draws diagram items corresponding to current behavior.
If multiTouchModify property is disabled, each touch started from a node draws a diagram link.
Miscellaneous
The createDiagramLink method can now be used to connect to TableNode rows or TreeViewNode items.
cancelDrag method has been added to DiagramView.
The control now captures mouse input during drag operations and will not lose current drag state if mouse pointer leaves the view.