{ "err_data" : { "title": "Error", "showClose": "true", "closeBtnTxt": "Ok", "icon": "glyphicon glyphicon-exclamation-sign", "iconColor": "icon_error", "msg": "<>", "buttons": [] }, "warn_data" : { "title": "Warning", "showClose": "true", "closeBtnTxt": "Ok", "icon": "glyphicon glyphicon-warning-sign", "iconColor": "icon_warning", "msg": "<>", "buttons": [] }, "info_data" : { "title": "Information", "showClose": "true", "closeBtnTxt": "Ok", "icon": "glyphicon glyphicon-info-sign", "iconColor": "icon_info", "msg": "<>", "buttons": [] }, "confirm_data" : { "title": "Confirmation", "showClose": "true", "closeBtnTxt": "Cancel", "icon": "glyphicon glyphicon-info-sign", "iconColor": "con_confirm", "msg": "<>", "buttons": [ { "text": "Ok" } ] } }