Dart
dart:html
InputElement
readOnly property
readOnly
Dart
dart:html
InputElement
readOnly property
InputElement class
Constructors
InputElement
created
Properties
accept
alt
autocapitalize
autocomplete
autofocus
capture
checked
defaultChecked
defaultValue
directory
dirName
disabled
entries
files
form
formAction
formEnctype
formMethod
formNoValidate
formTarget
height
incremental
indeterminate
labels
list
max
maxLength
min
minLength
multiple
name
pattern
placeholder
readOnly
required
selectionDirection
selectionEnd
selectionStart
size
src
step
type
validationMessage
validity
value
valueAsDate
valueAsNumber
width
willValidate
accessibleNode
assignedSlot
attributes
baseUri
borderEdge
childNodes
children
classes
className
client
clientHeight
clientLeft
clientTop
clientWidth
computedName
computedRole
contentEdge
contentEditable
dataset
dir
documentOffset
draggable
firstChild
hashCode
hidden
id
inert
innerHtml
innerText
inputMode
isConnected
isContentEditable
lang
lastChild
localName
marginEdge
namespaceUri
nextElementSibling
nextNode
nodeName
nodes
nodeType
nodeValue
nonce
offset
offsetHeight
offsetLeft
offsetParent
offsetTop
offsetWidth
on
onAbort
onBeforeCopy
onBeforeCut
onBeforePaste
onBlur
onCanPlay
onCanPlayThrough
onChange
onClick
onContextMenu
onCopy
onCut
onDoubleClick
onDrag
onDragEnd
onDragEnter
onDragLeave
onDragOver
onDragStart
onDrop
onDurationChange
onEmptied
onEnded
onError
onFocus
onFullscreenChange
onFullscreenError
onInput
onInvalid
onKeyDown
onKeyPress
onKeyUp
onLoad
onLoadedData
onLoadedMetadata
onMouseDown
onMouseEnter
onMouseLeave
onMouseMove
onMouseOut
onMouseOver
onMouseUp
onMouseWheel
onPaste
onPause
onPlay
onPlaying
onRateChange
onReset
onResize
onScroll
onSearch
onSeeked
onSeeking
onSelect
onSelectStart
onStalled
onSubmit
onSuspend
onTimeUpdate
onTouchCancel
onTouchEnd
onTouchEnter
onTouchLeave
onTouchMove
onTouchStart
onTransitionEnd
onVolumeChange
onWaiting
onWheel
outerHtml
ownerDocument
paddingEdge
parent
parentNode
previousElementSibling
previousNode
runtimeType
scrollHeight
scrollLeft
scrollTop
scrollWidth
shadowRoot
slot
spellcheck
style
styleMap
tabIndex
tagName
text
title
translate
Methods
checkValidity
reportValidity
select
setCustomValidity
setRangeText
setSelectionRange
stepDown
stepUp
addEventListener
after
animate
append
appendHtml
appendText
attached
attachShadow
attributeChanged
before
blur
click
clone
closest
contains
createFragment
createShadowRoot
detached
dispatchEvent
enteredView
focus
getAnimations
getAttribute
getAttributeNames
getAttributeNS
getBoundingClientRect
getClientRects
getComputedStyle
getDestinationInsertionPoints
getElementsByClassName
getNamespacedAttributes
getRootNode
hasAttribute
hasAttributeNS
hasChildNodes
hasPointerCapture
insertAdjacentElement
insertAdjacentHtml
insertAdjacentText
insertAllBefore
insertBefore
leftView
matches
matchesWithAncestors
noSuchMethod
offsetTo
querySelector
querySelectorAll
releasePointerCapture
remove
removeAttribute
removeAttributeNS
removeEventListener
replaceWith
requestFullscreen
requestPointerLock
scroll
scrollBy
scrollIntoView
scrollTo
setApplyScroll
setAttribute
setAttributeNS
setDistributeScroll
setInnerHtml
setPointerCapture
toString
Operators
operator ==
description
readOnly
property
bool
readOnly
override
Implementation
bool get readOnly native;
void
readOnly=
(
bool
value
)
override
Implementation
set readOnly(bool value) native;