jouele-widget Wrapper around Jouele player - a beautiful audio player for the web

Yii Jouele Widget

  1. Installation
  2. Usage
  3. Changelog

Wrapper around Jouele player - a beautiful audio player for the web

Installation

Unpack to protected/extensions.

Usage

Using with a model
$this->widget('ext.jouele.Jouele', array(
    'file' => $model->file,
    'name' => $model->name,
    'htmlOptions' => array(
        'class' => 'jouele-skin-silver',
     )
));
Using with a string
$this->widget('ext.jouele.Jouele', array(
    'file' => '/patch/to/file.mp3',
    'name' => 'The Black Keys - Lonely Boy',
    'htmlOptions' => array(
        'class' => 'jouele-skin-silver',
     )
));

Changelog

v0.1
  • Initial version.
2 0
11 followers
662 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: User Interface
Developed by: Stanislav.K
Created on: Oct 20, 2012
Last updated: 11 years ago

Downloads

show all

Related Extensions