summaryrefslogtreecommitdiff
path: root/framework/Exceptions
diff options
context:
space:
mode:
authorgodzilla80@gmx.net <>2009-11-08 07:33:48 +0000
committergodzilla80@gmx.net <>2009-11-08 07:33:48 +0000
commit58498f0d70d8396ef0dc1c9e8bc4f28151771bee (patch)
tree7baade509d22ae30d02446ad3f3ee072b492e921 /framework/Exceptions
parentc1c9ce954290b24b90bb1d9b69bb41380ca697ed (diff)
Add property ClientScriptManagerClass to TPageService and releated changes in TPage.getClientScript() to allow subclassing of TClientScriptManager
Diffstat (limited to 'framework/Exceptions')
-rw-r--r--framework/Exceptions/messages/messages.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/Exceptions/messages/messages.txt b/framework/Exceptions/messages/messages.txt
index fc2b63f1..425979a3 100644
--- a/framework/Exceptions/messages/messages.txt
+++ b/framework/Exceptions/messages/messages.txt
@@ -200,6 +200,7 @@ page_control_outofform = {0} '{1}' must be enclosed within TForm.
page_head_duplicated = A page can contain at most one THead.
page_head_required = A THead control is needed in page template in order to render CSS and js in the HTML head section.
page_statepersister_invalid = Page state persister must implement IPageStatePersister interface.
+page_csmanagerclass_invalid = ClientScriptManager class '{0}' must be an instance of TClientScriptManager.
csmanager_pradoscript_invalid = Unknown Prado script library name '{0}'.
csmanager_invalid_packages = Unkownn packages '{1}' for javascript packages defined in '{0}'. Valid packages are '{2}'.