EditLive! 9 Documentation : setMinCrashTimeout Method

This property sets the minimum timeout for long operations that may result in EditLive! displaying the crash screen. 

Syntax

JavaScript
editliveInstance.setMinCrashTimeout(timeout);

Parameters

timeout

The minimum number of seconds to wait on any operation before displaying the crash screen.

The default value is 20.

Examples

The following code will cause EditLive! to wait a minimum of three seconds for any editor action:

JavaScript
editlivejs.setMinCrashTimeout(3);

See Also