From cff3c0c965c5f22918abe736432bd73a40bae5b2 Mon Sep 17 00:00:00 2001 From: wei <> Date: Wed, 1 Feb 2006 07:12:14 +0000 Subject: Update syntax highlighter with Copy Code option. --- framework/Web/UI/TClientScriptManager.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'framework/Web/UI/TClientScriptManager.php') diff --git a/framework/Web/UI/TClientScriptManager.php b/framework/Web/UI/TClientScriptManager.php index be6611cd..7b85dbab 100644 --- a/framework/Web/UI/TClientScriptManager.php +++ b/framework/Web/UI/TClientScriptManager.php @@ -463,6 +463,11 @@ class TClientScriptManager extends TComponent } */ + public function renderJavascriptBlock($code) + { + return ""; + } + public function renderStyleSheetFiles($writer) { $str=''; -- cgit v1.2.3