Announcement

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

    Button without text, only icon

    How to create a Button (IButton?) that doesn't contain a title, only an icon ? even if I set .setShowTitle(false), the title is shown, and the icon is shown very small (how to make it appear the size of the button?)

    Using smartgwt 6.0 p 05.04.16 power

    #2
    Have you tried using IconButton? Maybe that can work in your case, and that one does work as expected if you use setShowButtonTitle(false). Hope it helps!

    Comment


      #3
      Other possibilities are the ImgButton or Img classes.

      Comment

      Working...
      X