Page 1 of 1

Show pop up in stead of whole page

Posted: Mon Jan 26, 2015 5:11 pm
by bal

How can i navigate to a popup window. Not it works, but it shows a whole page, in stead of a popup window. I have also tried:

.navigateTo('MessagePopup',{transition: 'pop'});

Im using the IOS7 theme. What is going wroing?


Show pop up in stead of whole page

Posted: Mon Jan 26, 2015 5:38 pm
by Illya Stepanov

Hi -

navigateTo(...); - method works and basically returns data in association with a URL.

For popup you can use this code:
pre
codeApperyio("Mypopup_10").popup( "open" );/code
/pre
where "Mypopup_10" is a name of your popup component.


Show pop up in stead of whole page

Posted: Mon Jan 26, 2015 5:51 pm
by bal

I have tried this, but nothing is happening. Are you sure?


Show pop up in stead of whole page

Posted: Mon Jan 26, 2015 6:15 pm
by Illya Stepanov

Just tried with this code: http://i.imgur.com/8dhX88Q.png


Show pop up in stead of whole page

Posted: Tue Jan 27, 2015 1:01 pm
by bal

ok tx Illya! I had a typo ;)