[Answered] Buttons -> Active state

Hi all. When you add a button you can change the layouts for regular, hovered, and disabled. Does someone know if you can do an ‘active’? I want to have the same layout as hover when I clicked it. I know I will be able to mimic this in code with text for you can set the html. The steps would be:

  1. get text value
  2. set new html with the text value

The thing is, I would need to reprogram the other buttons too :slight_smile: So before going that way, I was wondering if you can configure ‘active’

I went for the extended way, but if it’s possible let me know.

Hi Edgar!

Well, it’s not possible to add new “state” in design… So way that you used is actually the only one possible)

Thanks. When I need my code again on a different page, I’ll remember your answer, generate a global function for my site (somehow) and post that.