Hello,
I'm using SmartGWT 3.0p from 07/04/2012 and have a use case where I have to put some defined names on html element. I would lilke to know if there is a way to set a name on ImgButton using setName that won't have an auto generated prefix.
For example, when I call setName("mySaveButton") the resulting name in html element is 'isc_5BmySaveButton'.
Cheers,
Cédric.
I'm using SmartGWT 3.0p from 07/04/2012 and have a use case where I have to put some defined names on html element. I would lilke to know if there is a way to set a name on ImgButton using setName that won't have an auto generated prefix.
For example, when I call setName("mySaveButton") the resulting name in html element is 'isc_5BmySaveButton'.
Cheers,
Cédric.
Comment