サイト内検索ボックス (ウィジェットテンプレート) (テンプレートリファレンス)/ref_temp/record/widget_site_search_box
定数
| ウィジェット固有定数 | |||
|---|---|---|---|
| $this_widget | . | refid | ウィジェットID |
| . | name | ウィジェット名 | |
| . | action | リクエスト送信先URL | |
| . | q | 検索ワード | |
プロトタイプ
<section>
<form action="{?$this_widget.action?}" method="get" class="forms columnar" novalidate>
<input type="text" name="q" value="{?$this_widget.q?}" /> <input type="submit" value="検索" />
</form>
</section>
