Yiistrap TbHtml::navbarSearchForm

Comparing #1 with #2

Revision #2 was created by Patrice Patrice on Nov 17, 2013, 9:01:49 PM.

Typo correction

Content

[...]
The search is better, but not efficient.

So,

I made a search on the Web, and found a tip (divide the menu in 2 parts, and include directly a `<form>` tag in order to obtain a efficient search box
).

Search can be done on the Web (solution 1).

Search can be done inside the application (solution 2), via an 'admin' view (or other view with search capabilities). The syntax of the search field is `'Mymodel[myfield]'`.
[...]