Kartik A
Posts: 0
Joined: Wed Nov 06, 2013 4:16 pm

jquery popup as confirmation

I am using the code provided by Maryna Brodina above to create a alert popup and it works great. But its showing "Back" button in the header of the alert popup. Please advise how to remove "Back" button from the alert popup header.

Kartik A
Posts: 0
Joined: Wed Nov 06, 2013 4:16 pm

jquery popup as confirmation

I even tried setting attribute "data-add-back-btn" to false in the header but it still show back button.


Kartik A
Posts: 0
Joined: Wed Nov 06, 2013 4:16 pm

jquery popup as confirmation

Kartik A
Posts: 0
Joined: Wed Nov 06, 2013 4:16 pm

jquery popup as confirmation

I am using the code provided by Maryna Brodina above to create a alert popup and it works great. But its showing "Back" button in the header of the alert popup. Please advise how to remove "Back" button from the alert popup header.

I even tried setting attribute "data-add-back-btn" to false in the header but it still show back button.

Image

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

jquery popup as confirmation

Hello @ciccio!
500 (Error Executing Database Query) has nothing to do with jquery popup, please review your app logic. If you didn't find anything try to run code on Value Change event on timeout.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

jquery popup as confirmation

Hello @Kartik A! What HTML code did you add to HTML component of custom component?

Kartik A
Posts: 0
Joined: Wed Nov 06, 2013 4:16 pm

jquery popup as confirmation

Kartik A
Posts: 0
Joined: Wed Nov 06, 2013 4:16 pm

jquery popup as confirmation

How to paste code here?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

jquery popup as confirmation

use < code tag

Kartik A
Posts: 0
Joined: Wed Nov 06, 2013 4:16 pm

jquery popup as confirmation

code
<div data-role="popup" data-dismissible="false" data-overlay-theme="a" data-theme="h" style="max-width:400px;" class="ui-corner-all myDialog">
<div data-role="header" data-theme="a" class="ui-corner-top">
<h1 class="dlg_caption">&nbsp;</h1>
<>
<div data-role="content" data-theme="d" class="ui-corner-bottom ui-content">
<h3 class="dlg_title">&nbsp;</h3>
<p class="dlg_text">&nbsp;</p>
<a href="#" data-role="button" class="okButton" data-inline="true" data-theme="c">OK</a>
<a href="#" class="noButton" data-role="button" data-inline="true" data-transition="flow" data-theme="b">NO</a>
<a href="#" class="cancelButton" data-role="button" data-inline="true" data-transition="flow" data-theme="b">Cancel
</a>
<>
<>
/code

Return to “Issues”