var
dropDownObj = $(
'#list'
).ejDropDownList("instance");
var
diagram = $(
'#myDiagram'
).ejDiagram("model");
Hello, when looking at the MVC doc, I fell a couple time on parts where you interact directly in javascript such as this line.
Sometimes, we pass ("instance"), sometimes it's ("model").
I've searched through the online doc but can't find info on these parameters, could somebody explain to me ? Or point to any resources that could help me understand
Thank you in advance