Page 5 of 8

jquery popup as confirmation

Posted: Mon Feb 03, 2014 10:03 pm
by Maryna Brodina

@Kartik A, we're not able to reproduce it. Could you post your public app link? You can also send it to a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a if you don't want to post it here.


jquery popup as confirmation

Posted: Tue Feb 04, 2014 12:38 am
by Kartik A

Hi Maryna,

Shared the project DialogSample with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a. Please take a look and advice.

This was my observation. If I add back button on the page then by default it also show back button on Dialog. If I remove back button from page it also remove from Dialog. I am trying to get ride of back button from Dialog. Please advise how to fix this problem.


jquery popup as confirmation

Posted: Tue Feb 04, 2014 8:57 pm
by Maryna Brodina

Hello! Create new CSS asset with the following code: pre[data-role="popup"] [data-role="header"] [data-rel="back"] {
display: none;
}/pre


jquery popup as confirmation

Posted: Mon Feb 10, 2014 7:55 pm
by Kartik A

Thanks Maryna for your help! It works!


jquery popup as confirmation

Posted: Thu Feb 13, 2014 12:12 pm
by Andreas Berggreen

Hi Maryna, I'am not able to get this to work - My Ok and Cancel button does not work. App is shared with support name: Gul klud


jquery popup as confirmation

Posted: Thu Feb 13, 2014 12:15 pm
by ciccio

is there a way to add a new line to the text in the content area.
i tried to add "\n" to the text (like is usually done in the alerts) but it doesn't affect the text in the content area.
i also tried with code <br>/code but it doesn't work.

is it possible?


jquery popup as confirmation

Posted: Fri Feb 14, 2014 2:12 pm
by ciccio

do anyone have any answer to my question?
is there a way to add a new line to the text in the content area?


jquery popup as confirmation

Posted: Fri Feb 14, 2014 2:27 pm
by bahar.wadia

I really think there needs to be a really appery pop-up component.

It is way too messy a solution for something this fundamental.


jquery popup as confirmation

Posted: Fri Feb 14, 2014 2:51 pm
by Maryna Brodina

Hello! Sorry for delay, working on it.


jquery popup as confirmation

Posted: Fri Feb 14, 2014 2:59 pm
by Maryna Brodina

@Andreas Berggreen Could you please clarify how to reproduce this problem in your app? How to call popup?