Hi everybody, I'm a newbie in gwt and I have to make a rather simple task using GWT 2.1 but I don't manage to make it :
I have to dispay in a cellTable a list of items. Each item is composed of several fileds, so the cellTable has several columns (one column per field plus one "eye" column, see below). One of this field is a description, and as it may be long, it has been deciced to truncate the description to the 30 first characters and to add the "..." string to indicate that the displayed description is not complete (if the description is longer than 30 characters). In an other column I put an clickabe image showing an eye, and I would like that when the user clicks on the eye, the complete description to be displayed in its original column. For the moment, I don't succed in coding that functionality, could someone help me please ? Thanks -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
