timeline Yii TimelineJs extension

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

Overview

TimelineJS is great for pulling in media from different sources. Just throw in a link from Twitter, YouTube, Flickr, Vimeo, Google Maps or SoundCloud and TimelineJS will format it to fit perfectly. More media types will be supported in the future.

You can use this extension for your task manage or other application.

Requirements

requirements of using this extension (e.g. Yii 1.1 or above)...

Usage

how to use this extension...

  • This extension have to be installed into:
  • Yii-Application/proected/extensions/Timeline

can use code blocks like the following...

<?php $this->widget('ext.Timeline.Timeline', array(
       'id'=>'demo',
       'language'=>'zh-cn',
       'options' => array(
           'width'=>'100%',
           'height'=>'100%',
           'source'=> 'path/to/example_json.json'
          )
        ));
  
      ?>

Resources

3 0
16 followers
767 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: Date and Time
Developed by: Milky Way
Created on: Apr 7, 2013
Last updated: 11 years ago

Downloads

show all

Related Extensions