CloudBlue Commerce API

Last updated 15-Jan-2021
  • API Overview
  • Using Platform Services
  • Integrating Cloud Services
  • Concepts
    • APS Resource Model
    • Platform Data Models
    • Development Life Cycle
    • Frontend
      • Navigation
      • Control Panel
      • UX1 Panel
      • Version Compatibility
      • Human Interface Guidelines
        • UX Principles
        • UX Guidelines
        • UI Style Guidelines
          • Layout
          • Inputs
          • Outputs
          • Buttons
          • Status Management
          • Popup Dialogs
    • Events and Notifications
    • Internationalization and Localization
    • Security
    • Performance
  • API Reference
  • Tools and Downloads
  • Glossary
  • What’s New

Previous topic

Status Management

Next topic

Events and Notifications

Popup Dialogs¶

A popup dialog is a temporary interactive window that requires an immediate action to complete or proceed an operation started from a view. APS JS SDK provides three methods to create popups. We will start with the simplest method and then proceed to more complex.

In this document:

  • Alert

  • Confirm

  • Change Password

Alert¶

The aps/alert method is the simplest way to print out a message in a popup screen. A user closes the popup by clicking the standard x sign.

../../../../../_images/alert1.png

API Reference provides the complete description of the widget.

Confirm¶

The aps/confirm method is used when a user must confirm or cancel a started process. The user’s selection is processed by a call-back function. APS JS SDK provides a variety of parameters to customize the popup.

../../../../../_images/confirm1.png

API Reference provides the complete description of the widget.

Change Password¶

The aps/changePassword method is a secure way to change a password. The popup window contains an aps/Password widget for a user to enter a changed password and two buttons to confirm or cancel a new password.

../../../../../_images/changePassword1.png

API Reference provides the complete description of the widget.

← Status Management
Events and Notifications →
© 2020 Ingram Micro, Inc. All Rights Reserved. Privacy Policy Terms of Use Platform Services About CloudBlue Support Contacts