djqueryhighlight Jquery Text Highlight plugin for Yii framework

  1. Requirements
  2. Usage
  3. Resources

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

Resources

3 0
6 followers
572 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: User Interface
Developed by: Harry Tang
Created on: Jul 20, 2011
Last updated: 9 years ago

Downloads

show all

Related Extensions