Hybrid View
-
11 Oct 2010 10:22 AM #1
Search field on top of a List
Search field on top of a List
I'm looking to filter a list based on text entered into a form field at the top of the list. The closest I've come is setting up a template like this:
The issue of doing it like this is the input field being explicitly defined there doesn't inherit all the attributes of Ext.form.Field which is a disadvantage when it comes to managing events.Code:<textarea id="bar-search-list" class="x-hidden-display"> <div class="search-field"> <input type="text" id="bar-search-field" /> </div> <tpl for="."> <div class="bar tnail-list-text list-button-arrow" id="{id}"> <div class="tnail" style="background-image: url({small_pic_url});"></div> <span>{title}</span> </div> </tpl> </textarea>
Am I off base doing it like this? Is there a different way to get an Ext.form.Field inserted at the top of a list? The form field can be separate from the list and setup in a vbox, though from a quick try it looks like the layout would be a headache to get looking good, and I would rather have it integrated into a single, scrollable, visual object.
-
11 Oct 2010 1:42 PM #2
Why not just put the field in a toolbar on top of the list? Remember List extends Panel (indirectly).
Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
-
11 Oct 2010 1:49 PM #3
-
7 Mar 2012 5:05 AM #4
code for search list
code for search list
hello sir,
if u have source code for search list ..send me..
-
7 Oct 2012 1:18 PM #5
Did you ever suceed?
Did you ever suceed?
I was wondering if you ever got the searchfield ón top of that list like on the iPhone ?? And could you perhaps share some code if you got it working?
Similar Threads
-
scroll list to the top on refresh
By wakatanka in forum Sencha Touch 1.x: DiscussionReplies: 7Last Post: 9 Aug 2010, 4:49 AM -
[CLOSED] Search in top Toolbar without categorize combobox
By erenault in forum Ext.nd for Notes/DominoReplies: 0Last Post: 30 Oct 2008, 9:02 AM -
How To Search NotesView w/ Custom Search Field
By waldav00 in forum Ext.nd for Notes/DominoReplies: 4Last Post: 5 Mar 2008, 7:33 AM


Reply With Quote
