Skip to content

Commit d5eb467

Browse files
Add initEditor Event
This will allow the IDE to suggest the initEditor method when chaining in HTML Editor. Fixed issue with php stan. Available since Datatables Editor 1.9.1 Reference https://editor.datatables.net/reference/event/initEditor
1 parent 7190cfd commit d5eb467

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Html/Editor/HasEvents.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* @method $this onEdit($script)
1212
* @method $this onInitCreate($script)
1313
* @method $this onInitEdit($script)
14+
* @method $this onInitEditor($script)
1415
* @method $this onInitRemove($script)
1516
* @method $this onInitSubmit($script)
1617
* @method $this onOpen($script)

0 commit comments

Comments
 (0)