Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    ImgButton.setName sets a prefix

    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.

    #2
    No, by design there's no way to set a specific image name. If this is related to automated testing, see the Automated Testing overview; if this is related to accessibility, see the Accessibility overview.

    Comment

    Working...
    X