Announcement

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

    ImgButton in Form

    Can ImgButton be used in forms? Or is there a way to make ButtonItem look like an ImgButton (without the normal button attributes and just the icon)?

    #2
    If you want something like a clickable icon that appears after a field, use a FormItemIcon. You can use a FormItemIcon with a StaticTextItem that has no value in it if you want just the icon.

    If for some reason you need features offered by ImgButton but not FormItemIcon, use a CanvasItem to wrap the ImgButton for inclusion in the form.

    Comment

    Working...
    X