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/ja/xforms/api_reference/index.html | 56 ++++++++++++++++++++++ files/ja/xforms/community/index.html | 22 +++++++++ files/ja/xforms/index.html | 74 +++++++++++++++++++++++++++++ files/ja/xforms/other_resources/index.html | 13 +++++ files/ja/xforms/user_preferences/index.html | 26 ++++++++++ 5 files changed, 191 insertions(+) create mode 100644 files/ja/xforms/api_reference/index.html create mode 100644 files/ja/xforms/community/index.html create mode 100644 files/ja/xforms/index.html create mode 100644 files/ja/xforms/other_resources/index.html create mode 100644 files/ja/xforms/user_preferences/index.html (limited to 'files/ja/xforms') diff --git a/files/ja/xforms/api_reference/index.html b/files/ja/xforms/api_reference/index.html new file mode 100644 index 0000000000..30bbe1639f --- /dev/null +++ b/files/ja/xforms/api_reference/index.html @@ -0,0 +1,56 @@ +--- +title: XForms API Reference +slug: XForms/API_Reference +tags: + - XForms +translation_of: Archive/Web/XForms/API_Reference +--- +
+

This page is the beginning of the XForms API reference. Note the word beginning :-)

+
+ + + +

Naming Convention

+ +

XForms インターフェースには次の命名規則があります:

+ +
+
nsIXForms...Element 
+
Interfaces implemented by the C++ part of a control
+
nsIXFormsNS...Element 
+
Interfaces extending XForms Specification interfaces
+
nsIXForms...UIElement 
+
Interfaces implemented by the JS part of a control
+
nsIXForms...Accessors 
+
Interface exposing states about the bound instance node for a given control
+
+ +

凍結インターフェース

+ +
+
nsIXFormsModelElement
+
The model interface
+
+ +

試験用インターフェース

+ +
+
nsIXFormsDelegate
+
The Delegate interface for XForms:Custom_Controls
+
+ +
+
nsIXFormsAccessors
+
The Accessors interface for XForms:Custom_Controls
+
+ +
+
nsIXFormsNSModelElement
+
Custom extension(s) to the nsIXFormsModelElement interface
+
+ +
+
nsIXFormsNSInstanceElement
+
Custom extension(s) to the instance element
+
diff --git a/files/ja/xforms/community/index.html b/files/ja/xforms/community/index.html new file mode 100644 index 0000000000..eb51df54bb --- /dev/null +++ b/files/ja/xforms/community/index.html @@ -0,0 +1,22 @@ +--- +title: コミュニティ +slug: XForms/Community +tags: + - XForms +translation_of: Archive/Web/XForms/Community +--- +
+

廃止 Gecko 19 (Firefox 19 / Thunderbird 19 / SeaMonkey 2.16)
この機能は廃止されました。まだいくつかのブラウザーで動作するかもしれませんが、いつ削除されてもおかしくないので、使わないようにしましょう。

+

もし有用なメーリング リスト、ニュースグループ、フォーラム、または XForms に関連するその他のコミュニティをご存じの場合は、ここにリンクしてください。

+ diff --git a/files/ja/xforms/index.html b/files/ja/xforms/index.html new file mode 100644 index 0000000000..2d20c22f74 --- /dev/null +++ b/files/ja/xforms/index.html @@ -0,0 +1,74 @@ +--- +title: XForms +slug: XForms +tags: + - XForms +translation_of: Archive/Web/XForms +--- +

+

+
XForms Essentials
+XForms のガイド付きツアーを行うオンライン・ブック。
+
XForms は W3C によって設計された次世代オンライン・フォームです。XML SchemaXPathXML Events のような他の W3C 標準を利用して、XForms は現在の HTML フォーム・モデルのいくつかの制限を解決しようとします。他の XForms がもたらす強みは、プレゼンテーションからのデータの分離と強力なデータタイプ、名前/値の組の代わりにサーバに XML データを提出する能力、さまざまなデバイスにそれらを表示できるようにフォームを作成する説明的な方法です。XForms は W3C の仕様です。
+
XForms Tutorial and Cookbook
+XForms in Wikibook Format - Over 50 examples tested with FireFox
+
+

Mozilla XForms Extension +をインストールすることで Firefox および SeaMonkey に XForms サポートを追加できます。 +

+
+ + +
+

ドキュメンテーション

+
XFormsのトラブル・シューティング情報 +
A small collection of tips for troubleshooting common problems with XForms forms. +
+
Mozilla XForms の特別仕様 +
Mozilla XForms が XForms 1.0 仕様から外れた、あるいは拡張した箇所と方法について説明します。 +
+
XForms カスタム・コントロール +
カスタム・コントロールはXBLの"スキン"でそれぞれのXForms コントロールに外観を制作できる、例えば SVG input コントロールを作れることを意味しています。 +
+
XForms ユーザ設定 +
XForms の使用している about:config 変数の説明。 +
+
XForms API リファレンス +
XForms インタフェースのドキュメント。 +
+
XForms UI 要素リファレンス +
XForms ユーザ・インタフェース要素ドキュメンテーション。 +
+

全て表示 +

+
+

コミュニティ

+
  • Mozilla のフォーラムを以下の形式で見る +
+

+

+ +

ツール

+ +

全て表示 +

+

関連事項

+
拡張機能, HTML, XHTML, XML, XPath +
+
+

Categories +

Interwiki Language Links +


+

diff --git a/files/ja/xforms/other_resources/index.html b/files/ja/xforms/other_resources/index.html new file mode 100644 index 0000000000..2f8aa090d2 --- /dev/null +++ b/files/ja/xforms/other_resources/index.html @@ -0,0 +1,13 @@ +--- +title: その他の情報源 +slug: XForms/Other_Resources +tags: + - XForms +translation_of: Archive/Web/XForms/Other_Resources +--- +

その他の情報源

+ diff --git a/files/ja/xforms/user_preferences/index.html b/files/ja/xforms/user_preferences/index.html new file mode 100644 index 0000000000..c0a8cfefe6 --- /dev/null +++ b/files/ja/xforms/user_preferences/index.html @@ -0,0 +1,26 @@ +--- +title: XForms 設定用の変数 +slug: XForms/User_preferences +tags: + - XForms +translation_of: Archive/Web/XForms/User_preferences +--- +

Revision : 28369(2006-03-23T10:34:38Z)

XForms の使用している about:config 設定の説明。 +

+ + + + + +
設定 +初期値 +説明 +
xforms.disablePopup +false +XForms エンジンのポップアップエラーメッセージを無効にします +
xforms.enableExperimentalFeatures +false +実験的な機能を有効にします。現在のところ XForms 1.1 の SOAP Action 機能のみを有効にし、trunk 専用です。 +
+
+
-- cgit v1.2.3-54-g00ecf