This commit is contained in:
2025-10-18 11:45:10 +08:00
commit 7ef89ed501
2705 changed files with 434789 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
/**
* This class is the event object send when the ProgressState event occurs.
*
* @class tinymce.ProgressStateEvent
* @extends tinymce.Event
*/
/**
* True/false state when to show/hide the progress/throbber state for the editor.
*
* @property {Boolean} state State if the progress/throbber should be shown/hidden.
*/
/**
* Time to wait before the progress/throbber is shown.
*
* @property {Number} time
*/