summaryrefslogtreecommitdiffstats
path: root/common/src/main/webapp/usageguide/appserver/data/notificationData.json
blob: a53215146dc3007dd4b62246342b09da10cfc9fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
  "err_data" : {
    "title": "Error",
    "showClose": "true",
    "closeBtnTxt": "Ok",
    "icon": "glyphicon glyphicon-exclamation-sign",
    "iconColor": "icon_error",
    "msg": "<<Please input your message here>>",
    "buttons": []
  },
  "warn_data" : {
    "title": "Warning",
    "showClose": "true",
    "closeBtnTxt": "Ok",
    "icon": "glyphicon glyphicon-warning-sign",
    "iconColor": "icon_warning",
    "msg": "<<Please input your message here>>",
    "buttons": []
  },
  "info_data" : {
    "title": "Information",
    "showClose": "true",
    "closeBtnTxt": "Ok",
    "icon": "glyphicon glyphicon-info-sign",
    "iconColor": "icon_info",
    "msg": "<<Please input your message here>>",
    "buttons": []
  },
  "confirm_data" : {
    "title": "Confirmation",
    "showClose": "true",
    "closeBtnTxt": "Cancel",
    "icon": "glyphicon glyphicon-info-sign",
    "iconColor": "con_confirm",
    "msg": "<<Please input your message here>>",
    "buttons": [
      {
        "text": "Ok"
      }
    ]
  }
}