grid
の rows を定義します。子要素のrow
で grid 内に現れる各 rows を定義します。各 rows
要素の子は row
要素でなければなりません。
rows
要素はもう一つの rows
要素内に入れ子になるかもしれません。入れ子になった子要素の rows は、親要素の一部であるかのように通常の rows としてカウントされます。しかし、入れ子になった rows
要素は、境界線ごとに分けられた rows のグループにしたり、rows のグループごとにスクロールできるようしたりできます。
rows
要素内に置かれた row に関係のない要素は、grid の全幅を占有し、rows 間の対応する場所に置かれます。
詳しい情報が XUL チュートリアルにあります。
例
例は grid
をご覧ください。
属性
XUL 要素からの継承 |
プロパティ
メソッド
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