|
How can i highlight the cell with red border, as in case of a multigraph disabled graph?\nI override the method isvalidsource() & isvalidTarget(). But cell is not highlighted when the cell is invalid. |
|
In mxConnectionHandler, remove the isValidSource branch on line 224 and add the following check in 235: \n
Thanks Gaudenz, it works perfect!!!
(01 Feb, 17:47)
Saju Chithran
|