Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

where

テンプレートの結果に一致する条件を指示します。condition が true のとき、対応する action の本体部分が生成されます。そうでない場合、結果は無視され、コンテンツは生成されません。

詳しい情報は Where Elements をご覧ください。

属性
ignorecase, multiple, negate, rel, subject, value

(例が必要)

属性

ignorecase
型: 論理型
条件の大文字と小文字を区別せずにマッチさせるには、true に設定してください。そうでない場合はデフォルト値の false になり、大文字と小文字が一致していなければなりません。
multiple
型: 論理型
value がカンマで区切られた複数の値を含む場合は、true に設定してください。区切られた値のいずれかがマッチするでしょう。false の場合、値の文字列全体が比較されます。
negate
型: 論理型
比較条件を逆にするには true に設定してください。where 節は条件が偽の場合にマッチし、条件が真の場合はマッチしません。
rel
型: 下記の値のいずれか一つ
行う比較の形式。
  • equals: subject と value が正確に一致する。
  • less: subject の数値が value よりも小さい。
  • greater: subject の数値が value よりも大きい。
  • before: subject の文字がアルファベット順で value より前。
  • after: subject の文字がアルファベット順で value より後。
  • startswith: subject の値が value で始まる。
  • endswith: subject の値が value で終わる。
  • contains: subject の値の一部に value を含む。
subject
型: 文字列型
比較する変数または文字列。
value
型: 文字列型
比較する値。

XUL 要素からの継承
align, allowevents, allownegativeassertions, class, coalesceduplicatearcs, collapsed, container, containment, context, contextmenu, datasources, dir, empty, equalsize, flags, flex, height, hidden, id, insertafter, insertbefore, left, maxheight, maxwidth, menu, minheight, minwidth, mousethrough, observes, ordinal, orient, pack, persist, popup, position, preference-editable, querytype, ref, removeelement, sortDirection, sortResource, sortResource2, statustext, style, template, tooltip, tooltiptext, top, uri, wait-cursor, width

プロパティ

XUL 要素からの継承
align, attributes, allowEvents, baseURI, boxObject, builder, childElementCount, childNodes, children, className, clientHeight, clientLeft, clientTop, clientWidth, collapsed, contextMenu, controllers, database, datasources, dir, firstChild, firstElementChild, flex, height, hidden, id, lastChild, lastElementChild, left, localName, maxHeight, maxWidth, menu, minHeight, minWidth, namespaceURI, nextElementSibling, nextSibling, nodeName, nodeType, nodeValue, observes, ordinal, orient, ownerDocument, pack, parentNode, persist, prefix, previousElementSibling, previousSibling, ref, resource, scrollHeight, scrollLeft, scrollTop, scrollWidth, statusText, style, tagName,textContent, tooltip, tooltipText, top, width

メソッド

ドキュメントのタグと貢献者

 このページの貢献者: Marsf
 最終更新者: Marsf,