Peter Vigoda
Posts: 0
Joined: Mon May 04, 2015 2:21 pm

how do I turn something invisible

in my app I have it so once I click a button a label turns visible. I wanna know how to make it invisible without having to refresh the app

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

how do I turn something invisible

Hi Peter,

In common case you can use following JS code to make something invissible:

pre

Apperyio("componentName").hide();

/pre

And following code to show it:

pre

Apperyio("componentName").show();

/pre

Regards.

Return to “Issues”