Love Yao
13 Jan 2010, 12:28 AM
after reading the Source of the datePicker ,
i using the method
//
Element[] cel = Util.toElementArray(el().select(".x-date-left-icon"));
//
so I can get the Element of the (IconButton prevBtn) = cel[0]
then i want to Rewrite the "prevbtn.addselectionListener<IconButtonEvent>"
I think maybe it is a question about GWT knowledge, can we using the "Element" to get the instance of the prevBtn and how?
thanks
i using the method
//
Element[] cel = Util.toElementArray(el().select(".x-date-left-icon"));
//
so I can get the Element of the (IconButton prevBtn) = cel[0]
then i want to Rewrite the "prevbtn.addselectionListener<IconButtonEvent>"
I think maybe it is a question about GWT knowledge, can we using the "Element" to get the instance of the prevBtn and how?
thanks