Hmmm...  This seems like an example of a "drill down".   Can we abstract
this a bit more and come up with a general solution?

Since we don't have Ajax yet, you would have to do a form submission onclick
(which could get annoying) in order to trigger anything serverside.

Alternatively, if the detailed data is not realtime or expensive to
pre-calculate, you could hide it in the html and let client side JS enable
it's display.

Palette might not be a great place to start for something this basic,
although it is a good example of populating a select box, and setting the
size of it, etc.


Daniel



On 8/31/07, Erik Vullings <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I would like to extend the Palette component, such that when a value
> (either
> left or right) is selected, it shows some additional information about the
> selected entity (e.g. I have a list of items, and when I click on an item
> to
> select it, I see the details). It's like adding an onSelect event to the
> palette. Is that possible?
>
> Thanks,
> Erik
>

Reply via email to