1====== WebComponent - Search ======
2
3
4===== About =====
5''search'' is a component that implement the [[doku>search|dokuwiki search form]] in a [[https://getbootstrap.com/docs/4.0/components/navbar/#forms|Bootstrap format]].
6
7It must be in a [[navbar|navbar component]].
8
9===== Quick Access =====
10
11The search component has:
12  * the ''f'' accesskey. In chrome, ''Alt+shift+f'' will bring you in the search box.
13  * a tabindex of 1. Which means, if you do on Windows ''Alt+D'' + ''Tab'', you comes directly in the search bar.
14===== Articles Related =====
15{{backlinks>.}}
16
17===== Syntax =====
18
19<code>
20<search>
21</code>
22
23===== Example =====
24<webcode name="Default" frameborder=0 width=100% scrolling=yes externalResources="," renderingMode=story >
25<code dw>
26<navbar>
27<search>
28</navbar>
29</code>
30
31</webcode>
32