The inline dialog is a wrapper for secondary content/controls to be displayed on user request. Consider this component as displayed in context to the triggering control with the dialog overlaying the page content. A inline dialog should be preferred over a modal dialog when a connection between the action has a clear benefit versus having a lower user focus.
For more information, read about the Atlassian User Interface inline dialog component.
Hide the inline dialog that contains your connect app.
1 2AP.require('inline-dialog', function(inlineDialog){ inlineDialog.hide(); });
Rate this page: