aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ComponentUI
diff options
context:
space:
mode:
authorgroditi <groditi@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2009-01-08 22:46:04 +0000
committergroditi <groditi@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2009-01-08 22:46:04 +0000
commite29819c4772c3fc8f59d840cfbf7e9668e04cf1a (patch)
treece9bab363155b38844b175ea60f6f276f5d6bbcb /lib/ComponentUI
parent8cbc9da5e4ad55ceeca9338e0e76e498668c7d76 (diff)
downloadreaction-e29819c4772c3fc8f59d840cfbf7e9668e04cf1a.tar.gz
reaction-e29819c4772c3fc8f59d840cfbf7e9668e04cf1a.zip
message and error message support. why has this been missing for so long?
Diffstat (limited to 'lib/ComponentUI')
-rw-r--r--lib/ComponentUI/Controller/TestModel/Foo.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ComponentUI/Controller/TestModel/Foo.pm b/lib/ComponentUI/Controller/TestModel/Foo.pm
index 99f33c1..56839a2 100644
--- a/lib/ComponentUI/Controller/TestModel/Foo.pm
+++ b/lib/ComponentUI/Controller/TestModel/Foo.pm
@@ -23,6 +23,9 @@ __PACKAGE__->config(
excluded_fields => [qw/id/],
},
},
+ delete => {
+ ViewPort => {message => 'Are you sure you want to delete this Foo?'}
+ },
},
);