MindFusion.Diagramming for JavaScript 3.5

Released: Sep 3, 2020

Actualizaciones en 3.5

Características

  • Improved control node support - Includes new ControlNodes.html example included in distribution demonstrates the ControlNode API.
  • Button components - Composite nodes can now contain buttons. Button components respond to user clicks by calling the JavaScript function whose name is assigned to their clickHandler attribute. A button can show a text label assigned to the text attribute, or an image whose URL is assigned to imageLocation.
  • Miscellaneous
    • Content of CompositeNodes is now clipped by default if Shape in the template is marked with isOutline attribute.
    • Set ExpandButtonAction to RaiseEvents and +/- buttons of Expandable nodes will only raise an expandButtonClicked event instead of expand or collapse the tree under that node. You can use this to implement custom logic for the +/- button.