vinoth.mohan
vinoth.mohan
is there any sample code for this? could you please share it here
Hi Jerosoler, Im extremely sorry for the delay,believe me im overlooked the message. Below is the code i have created for the re-arrange the nodes. Note : this nodes arrangement...
hi Jerosoler, I found the root cause here, handled the error message by properly removing and adding the node connection output1 -> input1. a. ) this.editor.removeConnectionNodeId - missed b.) this.editor.addConnection...
> Looks awesome, can i have the css for this? :)
Thanks jerosoler ! We will check on this and get back to you. Another quick question - is there any css to change the node shape - circle, hexagon or...
thanks for the reply. im trying with the circle for nodes. found that it is break the css. also lagging. i want similar to the other node. like border circle...
Thank you so much ! great app and great support!
hi jerosoler, i have implemented theme changes accordingly for user taste. the themes can be changed and the nodes colors are changing. however the node connector seems not joined properly...
yes above is what i have done initially. but no different. `theme(styleName: any): void { const head = this.document.getElementsByTagName('head')[0] as HTMLHeadElement; let themeLink = this.document.getElementById('workflow-theme') as HTMLLinkElement; let cssFileNm =...