Skip to content

Commit 135c8b4

Browse files
committed
oncreateeditor event.
1 parent c126060 commit 135c8b4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dist/jexcel.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@
182182
onfocus:null,
183183
onblur:null,
184184
onchangeheader:null,
185+
oncreateeditor:null,
185186
oneditionstart:null,
186187
oneditionend:null,
187188
onchangestyle:null,
@@ -1807,6 +1808,9 @@ console.log(ret);
18071808
cell.innerHTML = '';
18081809
cell.appendChild(editor);
18091810

1811+
// On edition start
1812+
obj.dispatch('oncreateeditor', el, cell, x, y, editor);
1813+
18101814
return editor;
18111815
}
18121816

0 commit comments

Comments
 (0)