From 3fd74fd336592216f517f8df0974967fc18a7cfb Mon Sep 17 00:00:00 2001 From: Editor Lionbridge Date: Fri, 21 Apr 2017 15:34:36 +0300 Subject: [PATCH] Edit notification template addition This is the pending language and style edit related to the #119861 change that was merged while language editing was on hold. PS2: Link fix Change-Id: I081d0a963cc4c5249afde4c4abc5df46c0821474 --- .../html/web/notification/notification_w.htm | 29 +++++++++++----------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/org.tizen.guides/html/web/notification/notification_w.htm b/org.tizen.guides/html/web/notification/notification_w.htm index 2611e01..954c42d 100644 --- a/org.tizen.guides/html/web/notification/notification_w.htm +++ b/org.tizen.guides/html/web/notification/notification_w.htm @@ -58,8 +58,8 @@

You can create a progress notification that informs the user about the progress of an activity.

  • Managing notifications

    You can retrieve, update, and remove posted notifications.

  • -
  • Managing Notification templates -

    You can save templates and create notification based on existing template.

  • +
  • Managing notification templates +

    You can create a template that can be reused in multiple notifications.

  • To display a notification, you need to create a Notification object (in mobile and wearable applications), or its subtype.

    @@ -207,18 +207,19 @@ tizen.notification.removeAll(); -

    Managing Notification templates

    +

    Managing Notification Templates

    -

    Learning how to manage notification templates allows you to save a notification as a template and use it later to faster creation of new notifications based on the same pattern:

    +

    Learning how to manage notification templates allows you to create a template from an existing notification, and reuse that template later to quickly create other notifications with the same pattern:

    + -- 2.7.4