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"
উদাহরণ
ইভেন্টের ইনপুট টাইপ ফিরিয়ে দিতে :
function myFunction(event) { var x = event.inputType; }
সিনটেক্স
event.inputType
প্রযুক্তিগত বিবরণ
ফলাফল: | শব্দতালিকা মান, যা সম্পূর্ণ কী কর্মকৌশলকে নির্দেশ করে |
---|
ব্রাউজার সমর্থন
বৈশিষ্ট্য | চ্রোম | IE | ফায়ারফক্স | স্যাফারি | অপেরা |
---|---|---|---|---|---|
inputType | 60 | অসমর্থিত | অসমর্থিত | সমর্থন | 47 |