Skip to content

Commit ad34049

Browse files
Add onPreClose Event
This will allow the IDE to suggest the onPreClose method when chaining in HTML Editor. Fixed issue with php stan. Available since Datatables Editor 1.0 Reference https://editor.datatables.net/reference/event/preClose
1 parent 60811a8 commit ad34049

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
@@ -24,6 +24,7 @@
2424
* @method $this onPostUpload($script)
2525
* @method $this onPreBlur($script)
2626
* @method $this onPreBlurCancelled($script)
27+
* @method $this onPreClose($script)
2728
* @method $this onPreCreate($script)
2829
* @method $this onPreEdit($script)
2930
* @method $this onPreOpen($script)

0 commit comments

Comments
 (0)