Hope this one gets more recognition than my recent posts How to implement nice tooltips (hover) in list grid cells? and Which setting is responsible for ellipsis? that are both still unanswered :(
This here http://www.smartclient.com/smartgwt/...idation_regexp shows how to validate data. The hover on the exclamation image is nice but at 100px it's too narrow.
I was looking for means to make it wider? The hover is a 100%-table placed in a <div> that whose inline style mandates width=100px. While the actual table cell <td> uses the CSS class 'formHover', which I can override, the cell can't be wider than the surrounding div which SmartGWT set to 100px...
Any hints?
This here http://www.smartclient.com/smartgwt/...idation_regexp shows how to validate data. The hover on the exclamation image is nice but at 100px it's too narrow.
I was looking for means to make it wider? The hover is a 100%-table placed in a <div> that whose inline style mandates width=100px. While the actual table cell <td> uses the CSS class 'formHover', which I can override, the cell can't be wider than the surrounding div which SmartGWT set to 100px...
Any hints?
Comment