init
This commit is contained in:
18
public/tinymce/tools/docs/tinymce.ProgressStateEvent.js
Normal file
18
public/tinymce/tools/docs/tinymce.ProgressStateEvent.js
Normal 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
|
||||
*/
|
||||
Reference in New Issue
Block a user