Page 1 of 1

Would like button click event to show a label and another button

Posted: Wed Jun 10, 2015 2:38 pm
by Konstantin

Hi,

I have a search function that returns values from a database. At the same time, I would like that same search button click to show a pre-defined label and another button. Please let me know how I can do that.

Spasibo!


Would like button click event to show a label and another button

Posted: Wed Jun 10, 2015 10:27 pm
by Illya Stepanov

Hi Konstantin -

You can make it by adding JavaScript code to your click event and change property of your components using jQuery selectors, like for example shown in our docs here: https://devcenter.appery.io/documenta...

but modifying it with needed properties for your case.