BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Hi Jim
Thanks for using Syncfusion products.
Please note that we have made API changes for selector related properties (userHandles, selectorConstraints) in our latest release 12.4.0.24 and these properties are moved from diagram model to selectedItems. Please refer the below sample and code snippet.
Code snippet:
var userHandles = [];
$(window).load(function () {
var diagram = $("#Diagram1").ejDiagram("instance");
createUserHandles();
diagram.model.selectedItems.userHandles = userHandles;
diagram._initHandles();
});
Sample:http://www.syncfusion.com/downloads/support/directtrac/118169/WebApplication2-1618908303.zip
We have provided the online UG documentation which represents how to use the “Selector”.
Documentation: http://help.syncfusion.com/ug/js/documents/selector.htm
Please refer the below Release notes link to view the breaking changes that we have made in our latest release 12.4.0.24.
Release notes link: https://s3.amazonaws.com/files2.syncfusion.com/Installs/v12.4.0.24/ReleaseNotes/JavaScript.html#JS-Diagram
Please let me know if any concerns.
Regards,
Hi Jim
Thanks for the update
Please let me know if you require further assistance on this.
Regards,
Shyam G