execCommand()
Обновлено: 27.03.2023
Визначення та використання
Метод execCommand() застарів. НЕ використовуйте його.
Властивість applets повертає порожню HTMLCollection у всіх нових браузерах.
Елемент <applet> не підтримується в HTML5.
Синтаксис
document.execCommand(command, showUI, value)
Параметри
Parameter | Description |
command | The 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" |
showUI | A Boolean. Specifies if the UI should be shown or not. |
value | Some commands need a value to be completed. |
Повернене значення
Тип | опис |
Логічний | true, якщо команда підтримується, інакше false. |