Oops, little too fast. You want the reverse of this ,showing more data and then showing less in the select box. I guess you can do this, but you might need to cheat by writing to the input field from your onItemSelect code.
On 4/8/07, Dylan Verheul <[EMAIL PROTECTED]> wrote:
On 4/8/07, Shelane Enos <[EMAIL PROTECTED]> wrote: > > Ability to show a subset of returned data (within each "record") and hide > the rest. On select, pick the data apart to put in different hidden fields. 8< example snipped >8 You can already do that. Check the documentation for the onItemSelect handle, and provide extra information in your server side code. The info will be stored in the property li.extra. Dylan