X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/3789b528d8dd8aad4558e38e22d775bcab1cbd36..6746dc89c47ed01b165cc1152533605f97eb8e8d:/examples/form/forum-search.html diff --git a/examples/form/forum-search.html b/examples/form/forum-search.html index 5fda6e5d..60493bea 100644 --- a/examples/form/forum-search.html +++ b/examples/form/forum-search.html @@ -17,6 +17,9 @@ padding: 5px 10px; white-space: normal; color: #555; + text-decoration: none; + display: block; + overflow: hidden; } .search-item h3 { @@ -46,6 +49,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.