
joejac
Posts: 242
|
| Posted: 12/18/2008, 5:24 AM |
|
Hello,
I have:
Listbox A
Listbox B dependent on A (Done with CCS Listbox Examples)
Listbox C
Listbox D dependent on C (Done with CCS Listbox Examples)
Listbox E Dependent on D and B (I am stuck in B dependency) 
I do not know how to do it, the nice CCS Example Javascript function only works with one Parent listbox
I do appreciate a lot any help with code if possible, I am not very familiar with Javascript and I do not know how to change the function to work with this particular need.
Thanks a lot for your kind help
Best regards
joejac
|
 |
 |
ckroon
Posts: 869
|
| Posted: 12/18/2008, 6:02 AM |
|
Here is an easy way.. but not so elegant.
Search Grid w/Listbox A (with Search button)
Opens Panel Containing Search Grid with Listbox B (and Search Button)
. ListBox B is set to filter for url param from Listbox A
Listbox B opens Panel contatining search grid with listbox C, which is filtered from url param set by listbox B.
Etc.
_________________
Walter Kempees...you are dearly missed. |
 |
 |
joejac
Posts: 242
|
| Posted: 12/19/2008, 9:56 AM |
|
Thanks a lot ckroon.
I did not know it was possible with a Search Grid, interesting the ways we can use CCS.
By the way I also miss Walter.
Best regards
joejac
|
 |
 |
|

|
|
|
|