Re: Disable selected choices on palette load

2010-02-03 Thread dhirajs
Hi, I want to disable all preselected enteries in 'selected' choice box(so that user can't move those choices to available list). Please suggest some solution. I have tried one solution, by overriding inBeforeRender method and in that method i've get 'selectedChoicesComponent' and disable all

Re: Disable selected choices on palette load

2010-02-03 Thread nino martinez wael
three solutions: - build a patch - put a veil over palette - roll out your own palette, it's pretty simple actually if you accept a server side solution (can be done with ajax as well) 2010/2/3 dhirajs sardana_dhi...@rediffmail.com Hi, I want to disable all preselected

Re: Disable selected choices on palette load

2010-02-03 Thread dhirajs
Hi, thanks 'nino' for ur reply. Actually the thing i want is like :- for say, there are 5 available users(a,b,c,d,e) and of these users a and b are already selected. So, a and b should come as disabled in palette's selected list when palette is being displayed to user. After that client can

Re: Disable selected choices on palette load

2010-02-03 Thread nino martinez wael
Hi sardana I did: - build a patch - put a veil over palette - roll out your own palette, it's pretty simple actually if you The easiest thing would probably be the latter for you. Just make a palette (Panel) consisting of 2 buttons, 2 listboxes. And then you should be able to customise as much