Developer
Get Support
Sign in
Developer
Get Support
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Developer
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Last updated Sep 19, 2025

Inline dialog

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.

Methods

hide ()

Hide the inline dialog that contains your connect app.

Example

1
2
AP.require('inline-dialog', function(inlineDialog){
  inlineDialog.hide();
});

Rate this page: