--- title: richlistitem slug: Archive/Mozilla/XUL/richlistitem tags: - XUL Elements - XUL Reference translation_of: Archive/Mozilla/XUL/richlistitem ---
richlistbox
で使用する個々のアイテム。
(例が必要)
disabled
true
に設定されていたら、その要素は無効化されています。無効化された要素は通常グレイ表示のテキストで描画されます。要素が無効化されていると、ユーザのアクションには応答せず、フォーカスもあてられず、command
イベントも発生しません。
searchlabel
selected
selectedIndex
か selectedItem
プロパティの値を変更してください。
tabindex
tab
キーが押下されたときにフォーカスが移動する順番です。より大きな tabindex
の値をもつ要素は、タブの遷移が後になります。 value
accessible
searchLabel
searchlabel
属性の値の取得と設定。 selected
true
、選択されていないときは false
です。このプロパティは読み取り専用です。XUL 要素からの継承
blur
, click
, doCommand
, focus
, getElementsByAttribute
, getElementsByAttributeNS
DOM 要素からの継承
addEventListener()
, appendChild()
, compareDocumentPosition, dispatchEvent()
, getAttribute()
, getAttributeNode()
, getAttributeNodeNS()
, getAttributeNS()
, getElementsByTagName()
, getElementsByTagNameNS()
, getFeature, getUserData, hasAttribute()
, hasAttributeNS()
, hasAttributes()
, hasChildNodes()
, insertBefore()
, isEqualNode, isSameNode, isSupported()
, lookupNamespaceURI, lookupPrefix, normalize()
, removeAttribute()
, removeAttributeNode()
, removeAttributeNS()
, removeChild()
, removeEventListener()
, replaceChild()
, setAttribute()
, setAttributeNode()
, setAttributeNodeNS()
, setAttributeNS()
, setUserData