Jquery Text Highlight plugin for Yii framework allows you to get your tags/keywords highlighted.
Requirements ¶
Yii 1.0 or above
Usage ¶
Copy all files to your extensions directory.
$this->widget('application.plugins.jQueryHighlight.DJqueryHighlight', array(
'selector' => 'body',
'words' => array('higlighting', 'JavaScript', 'jQuery')
));
selector: only highlight the selector content.
words: words to highlight
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.