diff options
author | wei <> | 2006-06-18 06:49:29 +0000 |
---|---|---|
committer | wei <> | 2006-06-18 06:49:29 +0000 |
commit | 2d88e84697fa4a36b7a2077b9e086aa2f9d3d67a (patch) | |
tree | 0c2c4e1cbe197018e264cf1de3ed6a2351771cfa /framework/Exceptions | |
parent | 313378ad2905fc07be00183b2acc61284c1c2c39 (diff) |
Add ActiveCheckBox
Diffstat (limited to 'framework/Exceptions')
-rw-r--r-- | framework/Exceptions/messages.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt index 273d713d..582195f3 100644 --- a/framework/Exceptions/messages.txt +++ b/framework/Exceptions/messages.txt @@ -313,6 +313,8 @@ callback_invalid_target = Invalid callback target, no such control with ID { callback_interval_be_positive = Interval for TCallbackTimer "{0}" must be strictly greater than zero seconds. callback_decay_be_not_negative = Decay rate for TCallbackTimer "{0}" must be not negative. +callback_no_autopostback = Control "{0}" can not enable AutoPostBack. + xmltransform_xslextension_required = TXmlTransform require the PHP's XSL extension xmltransform_transformpath_invalid = TransformPath '{0}' is invalid. xmltransform_documentpath_invalid = DocumentPath '{0}' is invalid. |