diff options
author | xue <> | 2007-07-24 02:05:56 +0000 |
---|---|---|
committer | xue <> | 2007-07-24 02:05:56 +0000 |
commit | 3d2cc3696a378d79fb4fa36e76ddc2568ad0835d (patch) | |
tree | 3a89e439e686c5410add02c5b59886d9e8aefd99 /framework/Web/UI/WebControls/TTextHighlighter.php | |
parent | 38974e8679aac5b63e372f5421f990da6882fde2 (diff) |
removed geshi from the other controls.
Diffstat (limited to 'framework/Web/UI/WebControls/TTextHighlighter.php')
-rw-r--r-- | framework/Web/UI/WebControls/TTextHighlighter.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/framework/Web/UI/WebControls/TTextHighlighter.php b/framework/Web/UI/WebControls/TTextHighlighter.php index e40811d1..cacdc85a 100644 --- a/framework/Web/UI/WebControls/TTextHighlighter.php +++ b/framework/Web/UI/WebControls/TTextHighlighter.php @@ -27,6 +27,9 @@ Prado::using('System.Web.UI.WebControls.TTextProcessor'); * syntax. By setting {@link setShowLineNumbers ShowLineNumbers}
* to true, the highlighted result may be shown with line numbers.
*
+ * Note, TTextHighlighter requires {@link THead} to be placed on the page template
+ * because it needs to insert some CSS styles.
+ *
* @author Wei Zhuo<weizhuo[at]gmail[dot]com>
* @version $Id$
* @package System.Web.UI.WebControls
|