diff options
author | wei <> | 2006-07-03 04:12:56 +0000 |
---|---|---|
committer | wei <> | 2006-07-03 04:12:56 +0000 |
commit | 674353eec4d0a2ee006302720bf6df07ae3e9852 (patch) | |
tree | 41969f2e513b9e7ec957507c5cc45de6e625010c /framework/Exceptions | |
parent | b359ed2bbd48ed4c9000eb507ee2d78aa5130cc0 (diff) |
Add TStylesheet and update TClientScript
Diffstat (limited to 'framework/Exceptions')
-rw-r--r-- | framework/Exceptions/messages.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt index 230789e7..a807130c 100644 --- a/framework/Exceptions/messages.txt +++ b/framework/Exceptions/messages.txt @@ -316,4 +316,6 @@ databoundcontrol_currentpageindex_invalid = {0}.CurrentPageIndex is out of range databoundcontrol_datasource_invalid = {0}.DataSource is not valid.
databoundcontrol_datasourceid_inexistent = databoundcontrol_datasourceid_inexistent.
databoundcontrol_datasourceid_invalid = databoundcontrol_datasourceid_invalid
-databoundcontrol_datamember_invalid = databoundcontrol_datamember_invalid
\ No newline at end of file +databoundcontrol_datamember_invalid = databoundcontrol_datamember_invalid
+
+clientscript_invalid_file_position = Invalid file position '{1}' for TClientScript control '{0}', must be 'Head', 'Here' or 'Begin'.
\ No newline at end of file |