Hi Jim
Thanks for using Syncfusion products.
Please note that the model selectedItems property should support the properties listed below in the online UG documentation link.
Link: http://help.syncfusion.com/ug/js/documents/selector.htm
Currently we don’t have support for the “fillColor” Property for the “selectedItems” property. We consider this as a feature request and created a new incident 133952 on behalf of you related to this forum. We suggest you to follow up the incident for further reference using your direct trac account
Please let me know if any concerns.
Regards,
Shyam G
Hi Jim
Thanks for using Syncfusion products.
We are glad to inform you that we have created a sample which meets your requirement and it is available in the below link for download. Could you please check in the below sample and get back to us if you are still facing issues at your end?
Code snippet:
<input type="button" value="updatelabel" onclick="updatelabel()" />
function updatelabel() {
var diagram = $("#Diagram1").ejDiagram("instance");
var node = diagram.selectionList[0];
if (node) {
if (node.labels[0]) {
diagram.updateLabel(node.name, node.labels[0], { fontSize: 20, fontColor: "red" });
}
}
}
Sample:http://www.syncfusion.com/downloads/support/directtrac/117944/labelsample-1366371254.zip
Please let me know if any concerns.
Regards,
Shyam G
Hi Jim
Thanks for the update
Please let us know if you require further assistance on this.
Regards,
Shyam G