Lines Matching full:edit
12 // START Insert html elements to display and edit
19 //END Insert html elements to display and edit
67 window.bpmn[index]['type'] = 'edit';
71 //START Check whether to display edit button
89 //END Check whether to display edit button
91 //START Handle edit button click
116 //END Handle edit button click
122 if(typeof window.bpmn[""+index]['edit'] == "undefined"){
126 window.bpmn[""+index]['edit'] = modeler;
128 modeler = window.bpmn[""+index]['edit'];
225 resultSave = await window.bpmn[index]['edit'].saveXML({format: true});