From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/zh-cn/web/api/document/tooltipnode/index.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 files/zh-cn/web/api/document/tooltipnode/index.html (limited to 'files/zh-cn/web/api/document/tooltipnode') diff --git a/files/zh-cn/web/api/document/tooltipnode/index.html b/files/zh-cn/web/api/document/tooltipnode/index.html new file mode 100644 index 0000000000..db042ee270 --- /dev/null +++ b/files/zh-cn/web/api/document/tooltipnode/index.html @@ -0,0 +1,14 @@ +--- +title: document.tooltipNode +slug: Web/API/Document/tooltipNode +translation_of: Web/API/Document/tooltipNode +--- +

{{ ApiRef() }}

+

概述

+

返回作为当前文档的{{ XULElem("tooltip") }}的节点.

+

语法

+
document.tooltipNode;
+
+

规范

+

只能在XUL中使用.不属于任何规范.定义在{{ Source("dom/public/idl/xul/nsIDOMXULDocument.idl#59", "nsIDOMXULDocument.idl") }}.

+

{{ languages( {"zh-cn": "zh-cn/DOM/document.tooltipNode" } ) }}

-- cgit v1.2.3-54-g00ecf