Handle saving popup

This commit is contained in:
David Baumgold
2013-05-09 13:14:11 -04:00
parent 91cdb1e3df
commit 0dc3446523
2 changed files with 8 additions and 3 deletions

View File

@@ -5,7 +5,8 @@ CMS.Models.SystemFeedback = Backbone.Model.extend({
"message": null,
"shown": true,
"close": false, // show a close button?
"icon": true // show an icon?
"icon": true, // show an icon?
"status": false // example: "saving" popup
/* could also have an "actions" hash: here is an example demonstrating
the expected structure
"actions": {