X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..HEAD:/examples/form/forum-search.html diff --git a/examples/form/forum-search.html b/examples/form/forum-search.html index 5fda6e5d..8ef829bc 100644 --- a/examples/form/forum-search.html +++ b/examples/form/forum-search.html @@ -1,3 +1,4 @@ + @@ -17,6 +18,9 @@ padding: 5px 10px; white-space: normal; color: #555; + text-decoration: none; + display: block; + overflow: hidden; } .search-item h3 { @@ -46,6 +50,8 @@

This is a more advanced example that shows how you can combine Ext.Template and a remote data store to create a "live search" feature. Try searching for terms like "form", or "grid".

+

Each item in the resulting list is a link which may be clicked to navigate to the found forum thread.

+

The js is not minified so it is readable. See forum-search.js.