InputEvent inputType 属性
定义和用法
inputType
属性返回由事件完成的更改类型。
可能的价值:
- "insertText"
- "insertReplacementText"
- "insertLineBreak"
- "insertParagraph"
- "insertOrderedList"
- "insertUnorderedList"
- "insertHorizontalRule"
- "insertFromYank"
- "insertFromDrop"
- "insertFromPaste"
- "insertTranspose"
- "insertCompositionText"
- "insertFromComposition"
- "insertLink"
- "deleteByComposition"
- "deleteCompositionText"
- "deleteWordBackward"
- "deleteWordForward"
- "deleteSoftLineBackward"
- "deleteSoftLineForward"
- "deleteEntireSoftLine"
- "deleteHardLineBackward"
- "deleteHardLineForward"
- "deleteByDrag"
- "deleteByCut"
- "deleteByContent"
- "deleteContentBackward"
- "deleteContentForward"
- "historyUndo"
- "historyRedo"
- "formatBold"
- "formatItalic"
- "formatUnderline"
- "formatStrikethrough"
- "formatSuperscript"
- "formatSubscript"
- "formatJustifyFull"
- "formatJustifyCenter"
- "formatJustifyRight"
- "formatJustifyLeft"
- "formatIndent"
- "formatOutdent"
- "formatRemove"
- "formatSetBlockTextDirection"
- "formatSetInlineTextDirection"
- "formatBackColor"
- "formatFontColor"
- "formatFontName"
contoh
kembalikan jenis input peristiwa:
function myFunction(event) { var x = event.inputType; }
Sintaksis
event.inputType
Detil Teknik
Hasil pengembalian: | Nilai string, menunjukkan jenis tindakan yang selesai. |
---|
Dukungan Pemetaan Browser
Sifat | Chrome | IE | Firefox | Safari | Opera |
---|---|---|---|---|---|
inputType | 60 | Tidak dipakai | Tidak dipakai | Dipakai | 47 |