Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-27459

Add the ez-notification custom element

    XMLWordPrintable

Details

    Description

      Hybrid Platform UI core components should provide a ez-notification custom element responsible for displaying a notification in the UI. Notification example:

      {
          "type": "error",
          "timeout": 0,
          "content": "html displayed to the user",
          "details": "details as a string that might contain some HTML, not displayed to the user but can be copied if copiable",
          "copyable": true
      }
      

      when copyable is set to true (and the notification has details), a button is provided to the user so that she can copy the details.
      With a timeout different from 0, the notification should automatically disappear after timeout seconds. The user can also hide the notification by clicking on close link.

      Attachments

        1. Notifications Positive.png
          150 kB
          Inaki Juaniz-Velilla
        2. Notifications Processing.png
          149 kB
          Inaki Juaniz-Velilla

        Activity

          People

            Unassigned Unassigned
            damien.pobel-obsolete@ez.no Damien Pobel (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: