ecollapser A wrapper for jQuery Collapser plugin

  1. Requirements
  2. Installation
  3. Usage
  4. Resources

A wrapper for jQuery ToolTipster plugin

Requirements

Tested with Yii 1.1.12 and 1.1.14

Installation

Extract the file under protected/extensions folder.

Usage

  • Default Usage
$this->widget('application.extensions.ecollapser.ECollapser');
  • Usage with Target
$this->widget('application.extensions.ecollapser.ECollapser', array(
    'target' => '.collapser'
));
  • Usage with optional parameters
$this->widget('application.extensions.ecollapser.ECollapser', array(
    'target' => '.collapser',
    'options' => array(
        'mode' => 'words',  // chars, words, lines, block
	      'truncate' => 20
    )
));

Resources

4 0
4 followers
198 downloads
Yii Version: Unknown
License: BSD-2-Clause
Category: User Interface
Developed by: Ibrar Turi
Created on: Mar 28, 2014
Last updated: 10 years ago

Downloads

show all

Related Extensions