diff options
Diffstat (limited to 'framework/Exceptions')
-rw-r--r-- | framework/Exceptions/messages.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt index eb385ead..4c6a4c87 100644 --- a/framework/Exceptions/messages.txt +++ b/framework/Exceptions/messages.txt @@ -137,4 +137,11 @@ webcontrol_style_invalid = %s.Style must take string value only. label_associatedcontrol_invalid = TLabel.AssociatedControl '%s' cannot be found.
-literal_body_forbidden = TLiteral controls do not allow body contents.
\ No newline at end of file +literal_body_forbidden = TLiteral controls do not allow body contents.
+
+image_body_forbidden = TImage controls do not allow body contents.
+
+hiddenfield_body_forbidden = THiddenField controls do not allow body contents.
+hiddenfield_focus_unsupported = THiddenField does not support setting input focus.
+hiddenfield_theming_unsupported = THiddenField does not support theming.
+hiddenfield_skinid_unsupported = THiddenField does not support control skin.
\ No newline at end of file |