HTML DOM Document execCommand() method
- Ci gaba embeds
- Ci gaba forms
- Ci gaba HTML DOM Documents
Definition and usage
execCommand()
The method is deprecated. Do not use it.
The applet attribute returns empty in all new browsers HTMLCollection.
HTML5 does not support the <applet> element.
Alternative:
Syntax
document.execCommand(command, showUI, value)
Parameters
Parameters | Description |
---|---|
command |
Name of the command to be executed:
|
showUI | Boolean. Specify whether the UI should be displayed. |
value | Some commands require a value to be completed. |
Return value
Type | Description |
---|---|
Boolean value | Idan dake ga amfani, wani aza true, amma wani aza false. |
- Ci gaba embeds
- Ci gaba forms
- Ci gaba HTML DOM Documents