diff options
| author | wei <> | 2006-06-17 01:55:05 +0000 | 
|---|---|---|
| committer | wei <> | 2006-06-17 01:55:05 +0000 | 
| commit | b3ceed048bb533a00bbea542f7c12b49c8c83d9b (patch) | |
| tree | 97962fc3cb6746ae404c4f1d0095834bbb0e1ac7 /framework/Exceptions | |
| parent | 6c0154fb4e292ad22667e618f598a37cc5f9d524 (diff) | |
Update changes to active controls, add FT tests for active controls, add comments.
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 257a4914..5fa94202 100644 --- a/framework/Exceptions/messages.txt +++ b/framework/Exceptions/messages.txt @@ -307,6 +307,8 @@ callback_not_support_no_priority_state_update	= Callback request does not suppor  callback_invalid_callback_options		= '{1}' is not a valid TCallbackOptions control for Callback control '{0}'.  callback_invalid_clientside_options		= Callback ClientSide property must be either a string that is the ID of a TCallbackOptions control or an instance of TCallbackClientSideOptions.=======  callback_not_support_no_priority_state_update	= Callback request does not support unprioritized pagestate update. +callback_invalid_handler				= Invalid callback handler, control {0} must implement ICallbackEventHandler. +callback_invalid_target					= Invalid callback target, no such control with ID {0}.  xmltransform_xslextension_required = TXmlTransform require the PHP's XSL extension  xmltransform_transformpath_invalid = TransformPath '{0}' is invalid.  | 
