Rendering suggested values from an ext Combobox to an element in the DOM

Posted by qui on Stack Overflow See other posts from Stack Overflow or by qui
Published on 2008-09-16T16:31:59Z Indexed on 2010/05/23 16:20 UTC
Read the original article Hit count: 253

Filed under:
|

I have an ext combobox which uses a store to suggest values to a user as they type.

An example of which can be found here: combobox example

Is there a way of making it so the suggested text list is rendered to an element in the DOM. Please note I do not mean the "applyTo" config option, as this would render the whole control, including the textbox to the DOM element.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about extjs