From a065e04d529da1d847b5062a12c46d916408bf32 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 21:46:22 -0500 Subject: update based on https://github.com/mdn/yari/issues/2028 --- files/ja/archive/mozilla/xul/statusbar/index.html | 112 ---------------------- 1 file changed, 112 deletions(-) delete mode 100644 files/ja/archive/mozilla/xul/statusbar/index.html (limited to 'files/ja/archive/mozilla/xul/statusbar/index.html') diff --git a/files/ja/archive/mozilla/xul/statusbar/index.html b/files/ja/archive/mozilla/xul/statusbar/index.html deleted file mode 100644 index c7aede9c04..0000000000 --- a/files/ja/archive/mozilla/xul/statusbar/index.html +++ /dev/null @@ -1,112 +0,0 @@ ---- -title: statusbar -slug: Archive/Mozilla/XUL/statusbar -tags: - - Deprecated - - XUL Elements - - XUL Reference -translation_of: Archive/Mozilla/XUL/statusbar ---- -
-

非推奨
この機能はウェブ標準から削除されました。まだ対応しているプラウザーがあるかもしれませんが、ゆくゆくはなくなるものです。使用を避け、できれば既存のコードを更新してください。このページの下部にあるブラウザーの対応を見て判断してください。この機能は突然動作しなくなる可能性があることに注意してください。

-
- « XUL リファレンス HOME [ - | - 属性 | - プロパティ | - メソッド | - 関連項目 ] -
-

この要素はウィンドウの下部に表示されるステータスバーを作成します。この要素は通常箱型に表示されますが、レンダリングによっては異なって表示されるかもしれません。statusbarpanel を含みます。

-
プロパティ
accessibleType
-
-

-
<statusbar>
-	<statusbarpanel label="Left panel"/>
-	<spacer flex="1"/>
-	<progressmeter mode="determined" value="82"/>
-	<statusbarpanel label="Right panel"/>
-</statusbar>
-
-

Image:XUL_ref_statusbar.png

-

属性

- - - - - - -

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

-
-

プロパティ

-
-
accessibleType
型: 整数型
要素の accessibility オブジェクトの種類を示す値。
- -
-

XUL 要素からの継承
align, , allowEvents, , boxObject, builder, , , , className, , , , , collapsed, contextMenu, controllers, database, datasources, dir, , , flex, height, hidden, id, , , left, , maxHeight, maxWidth, menu, minHeight, minWidth, , , , , , , observes, ordinal, orient, , pack, , persist, , , , ref, resource, , , , , statusText, style, ,, tooltip, tooltipText, top, width

-

メソッド

-
-

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

-
- -
要素
statusbarpanel
-
-
インタフェース
nsIAccessibleProvider
-
-
- -
-- cgit v1.2.3-54-g00ecf