# 入力コンポーネント

## 入力コンポーネントの追加

1. ダミーバンドを追加します。&#x20;
2. 下図ようにすべてのタイプの入力コンポーネントとそのタイトルラベルを追加します。&#x20;
3. 各ラベルとコンポーネントにテキストを追加します。&#x20;
4. 2番目のチェックボックスのチェックタイプ&#x3092;**”サークル”**&#x306B;設定します。&#x20;
5. ラジオボタングループを追加し、追加されたRadioButtonGroupに2つのRadioButtonの両方のGroup Nameを設定します。&#x20;
6. SUBMITボタンの**OnClick**イベントに、次のようなスクリプトを作成します。

   `_MessageBox("Request Submitted Successfully.");`
7. 「YES\NO\N/A」のようにトグルボタンに項目アイテムを配置します。各項目は改行で区切る必要があります。
8. ComboBoxに「option1\Option2\Option3」のようにオプション項目を入力します。各項目は改行で区切る必要があります。
9. VideoPlayerの**source**&#x3092;*`https://demo.ozeform.io/oz/eform/video.mp4`*&#x3067;設定します。
10. プレビューし、各コンポーネントの機能を試してみます。
11. `eform-components.ozr`として保存します。

![](/files/-LxxiZchxzpue734pw1E)

[Run example ](http://oz.ozeform.io/oz/eform/eform-components.html)

{% file src="/files/-M4CLey4VMVyw\_Cl7Kqj" %}
e-form-components.zip
{% endfile %}

## 固定テーブルの使用

1. FixedTableコンポーネントを使用して4 x 25のテーブルを作成します。&#x20;
2. ラベルの結合とラベルの幅と高さの調整を行い、レイアウトを変更します。&#x20;
3. 下図のようにラベルを右クリックして入力コンポーネントに変更します。&#x20;
4. 上記のセクションの3〜9番を繰り返します。&#x20;
5. `eform-fixedtable.ozr`として保存します。

![](/files/-LxxiYvjrdDpteIqJzJt)

[Run example](http://oz.ozeform.io/oz/eform/eform-fixedtable.html)

{% file src="/files/-M4CMFXGzNL4wLvK720F" %}
e-form-fixedtable.zip
{% endfile %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://jp.ozeform.io/eform-design-examples/input-components.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
