Show
Ignore:
Timestamp:
07/23/2007 09:05:56 PM (18 months ago)
Author:
xue
Message:

removed geshi from the other controls.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/framework/Web/UI/WebControls/TTextHighlighter.php

    r2062 r2065  
    2727 * syntax. By setting {@link setShowLineNumbers ShowLineNumbers} 
    2828 * to true, the highlighted result may be shown with line numbers. 
     29 * 
     30 * Note, TTextHighlighter requires {@link THead} to be placed on the page template 
     31 * because it needs to insert some CSS styles. 
    2932 * 
    3033 * @author Wei Zhuo<weizhuo[at]gmail[dot]com>