I am using SmartGwt 3.0, SmartClient Version: 8.2/LGPL Development Only (built 2011-12-05)
On FF11 and IE8
I have a SelectItem with
setMultiple(Boolean.TRUE);
setMultipleAppearance(MultipleAppearance.PICKLIST);
I want to add some behavior that happens when the drop down list is closed, i.e. only when the user finishes selecting the elements from the picklist, will the function be called. How can I do that?
Thanks
On FF11 and IE8
I have a SelectItem with
setMultiple(Boolean.TRUE);
setMultipleAppearance(MultipleAppearance.PICKLIST);
I want to add some behavior that happens when the drop down list is closed, i.e. only when the user finishes selecting the elements from the picklist, will the function be called. How can I do that?
Thanks
Comment