Hi,
im trying to show another dialog with AUI in Edit Dialog (Jira 5.1), but when ill click on button, edit dialog will dissapear.
edit.vm
var popup = new AJS.Dialog(860, 530); AJS.$("#test-button").click(function() { popup.show(); });
Is there any callback in function for edit dialog ? or..
Thanks
You can see examples of stacking AUI dialogs at http://docs.atlassian.com/aui/latest/demo-pages/dialog/dialog-demo.html and full documentation at https://developer.atlassian.com/display/AUI/Dialog
...not sure where to find docs about JIRA's callbacks though.
Same problem here. Did anyone manage to solve that without having to use an external framework? I would like to keep JIRA AUI's design...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Using JIRA 5.2 I could not get this to work. Calling the show method on an AUI dialog while another dialog was showing would close the 1st dialog.
However, it does work with JIRA 6.0 and later, except for the cosmetic issue of the 1st dialog not being dimmed. JIRA 6.0 uses a much later version of AUI (https://developer.atlassian.com/pages/viewpage.action?pageId=1278074)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.