etooltipster A wrapper for jQuery ToolTipster plugin

  1. Requirements
  2. Installation
  3. Usage
  4. Change Log
  5. 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.etooltipster.EToolTipster');
  • Usage with Target
$this->widget('application.extensions.etooltipster.EToolTipster', array(
    'target' => '.tooltip'
));
  • Usage with theme css url
$this->widget('application.extensions.etooltipster.EToolTipster', array(
    'target' => '.tooltip',
    'themeCssFile' => 'http://iamceege.github.io/tooltipster/css/themes/tooltipster-light.css',
    'options' => array(
        'theme' => 'tooltipster-light'
    )
));
  • Usage with optional parameters
$this->widget('application.extensions.etooltipster.EToolTipster', array(
    'target' => '.tooltip',
    'options' => array(
        'theme' => 'tooltipster-shadow'
    )
));

Change Log

  • Version 1.0.1 (2014-02-24)

    • Added theme css url

Resources

1 0
5 followers
427 downloads
Yii Version: Unknown
License: BSD-2-Clause
Category: User Interface
Developed by: Ibrar Turi
Created on: Feb 13, 2014
Last updated: 10 years ago

Downloads

show all

Related Extensions