OneCX Docs
Home

Guides

    • General
    • API Guidelines
    • Troubelshooting
    • Documentation
      • Setup
        • Create new product
        • Integrating new repository
        • Working with local copies
      • Guides
        • Referencing
    • Javascript
      • General
        • Libraries
          • @onecx/integration-interface
      • Migrations
        • Migrate to OneCX version 6
      • Angular
        • General
          • Guidelines
        • Cookbooks
          • Migrations
            • Migrate vanilla Angular apps to OneCX
            • Enable standalone mode for OneCX apps
          • Services
            • PortalMessageService
            • PortalDialogService
            • WorkspaceService
          • Components
            • PageHeader
            • GroupByCountDiagram
            • SearchHeader
          • Multi-language translations
            • Multi-language translations setup
            • Multi-language translations usage
          • Toast messages
          • Theming
          • Permissions
          • Routing
          • PrimeNG
            • Theming with PrimeNG
        • NgRx
          • Cookbook
            • Adding Search Criteria
              • AutoComplete
                • AutoComplete with array of type string
                • AutoComplete with array of type number
                • AutoComplete with array of type object
              • Calendar
              • Dropdown
              • Multiselect
            • Lazy Loading Tabs
        • Libraries
          • How to create a SymLink
          • @onecx/angular-integration-interface
          • Working with shared libraries
    • Quarkus
      • Project Structure
      • Project GitHub actions
      • Rest API CRUD guidelines
      • Backend service (svc)
      • Backend for frontends (bff)
      • K8s operator (operator)
    • BPMN
      • Cancel timer
      • Request callback
      • Messages
      • Open topics
Guides latest
  • Announcement Management
    • latest
  • Bookmark Management
    • latest
  • Contribution
    • latest
  • Document Management
    • latest
  • Guides
    • latest
  • Help Management
    • latest
  • IAM Management
    • latest
  • Index
    • latest
  • OneCX Docs
    • latest
  • OneCX generator
    • latest
  • OneCX Local Env
    • latest
  • Onecx Quarkus
    • latest
  • Parameter Management
    • latest
  • Permission Management
    • latest
  • Product Store Management
    • latest
  • Shell UI
    • latest
  • Tenant Management
    • latest
  • Test Management
    • latest
  • Theme Management
    • latest
  • User Profile Management
    • latest
  • Welcome Management
    • latest
  • Workspace Management
    • latest
  • Guides
  • Javascript
  • Angular
  • Cookbooks
  • Toast messages
Edit this Page

OneCX Toast Messages

Overview

In OneCX toast messages display is handled via PortalMessageService.

OneCX compatible application:

  • should use PortalMessageService to display toast messages

  • should not contain any toast component (in OneCX shell is in charge of displaying toast messages)

Display Toast Message

Details about the usage can be found in the PortalMessageService documentation.

This page was built using the Antora default UI.

The source code for this UI is licensed under the terms of the MPL-2.0 license.