Shows the dim layer that prevents all functions of the editor from being used.
Related action : hideDimLayer
Parameters:
Name | Type | Description |
---|---|---|
actionName | String | 'showDimLayer' dim layer showing API |
[fullscreen] | Boolean | Whether to show a layer that covers the entire screen |
Example:
editor.execCommand('showDimLayer'); // Show dim layer that only hides editor area editor.execCommand('showDimLayer', true); // Show dim layer that covers the entire screen