Friday, June 10, 2016

Adding a new fonctionnality on a legacy CheckBox

Hi,

I still have a problem with my wrapped SimpleCheckBox.

I used :
SimpleCheckBoxcb = SimpleCheckBox.wrap(Document.get().getElementById("idCb"));
for getting a checkbox configured on a legacy server application that I cannot change.


This CheckBox has already a fonctionnaly "A"  from the server set with an onClick js action.

I want to add another independant functionnality "B" using gwt.  
So I added an ClickHandler to it but the problem is that the  fonctionnaly "A" is now broken.

How can I make them works both ?


Thanks in avance
Pierre

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment