Bruno Vaz Moço
Posts: 0
Joined: Tue May 14, 2013 2:21 pm

Popup window and Visibility propriety

Hello,

How can I specify in a javascript If Then stament to open an Appery popup window or to change the Visibility propriety of a Label to True?
Thanks!

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Popup window and Visibility propriety

Hi Bruno,

Run this code to open popup:preAppery.navigateTo('ScreenName', {
transition: 'pop'
});/preWhere 'ScreenName' is a popup name.

To change visibility property run: preAppery("labelName").css("visibility","visible");/preWhere 'labelName' is a component name.

Return to “Issues”