execCommand()

Обновлено: 27.03.2023

Визначення та використання

Метод execCommand() застарів. НЕ використовуйте його.

Властивість applets повертає порожню HTMLCollection у всіх нових браузерах.

Елемент <applet> не підтримується в HTML5.

Синтаксис

document.execCommand(command, showUI, value)

Параметри

ParameterDescription
commandThe name of the command to execute:

"backColor"
"bold"
"createLink"
"copy"
"cut"
"defaultParagraphSeparator"
"delete"
"fontName"
"fontSize"
"foreColor"
"formatBlock"
"forwardDelete"
"insertHorizontalRule"
"insertHTML"
"insertImage"
"insertLineBreak"
"insertOrderedList"
"insertParagraph"
"insertText"
"insertUnorderedList"
"justifyCenter"
"justifyFull"
"justifyLeft"
"justifyRight"
"outdent"
"paste"
"redo"
"selectAll"
"strikethrough"
"styleWithCss"
"subscript"
"superscript"
"undo"
"unlink"
"useCSS"
showUIA Boolean.
Specifies if the UI should be shown or not.
valueSome commands need a value to be completed.

Повернене значення

Тип опис
Логічний true, якщо команда підтримується, інакше false.