sdrdis / jquery.flowchart

JQuery plugin that allows you to draw a flow chart.
http://sebastien.drouyer.com/jquery.flowchart-demo/
Other
508 stars 149 forks source link

Error while adding class to operator on select #126

Closed orkhanmeh closed 4 years ago

orkhanmeh commented 4 years ago

$flowchart.flowchart('addClassOperator', operatorID, 'active')

calling the above function generates the error: Uncaught Error: no such method 'addClassOperator' for flowchart widget instance

p.s Other methods work just fine.

orkhanmeh commented 4 years ago

I have solved it manually with jquery.

MattRiddell commented 4 years ago

Close out the ticket if you don't need any more help