• About the JavaScript API
  • AP
  • Cookie
  • Dialog
  • Events
  • History
  • Inline dialog
  • Flag
  • Messages (DEPRECATED)
  • Proxy request
  • Request

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
3
AP.require('inline-dialog', function(inlineDialog){
  inlineDialog.hide();
});
  • System status
  • Privacy
  • Developer Terms
  • Trademark
  • Cookie Preferences
  • © 2019 Atlassian