jquery-bookmark JQuery BookMarks

  1. Documentation
  2. Change Log

This extension is a wrapper to the jquery plugin bookmark (http://keith-wood.name/bookmark.html)

Resources

Documentation

Requirements
  • Yii 1.1 or above
Installation
  • Extract the release file under protected/extensions
Usage

See the following code example:

<?php $this->widget('ext.JQBookMark.BookMark'); ?>
or...
<?php
$this->widget('ext.JQBookMark.BookMark',
    array(
    'sites'=>array(
    'facebook',
    'linkedin',
    'myspace',
    'netvibes',
    'orkut',
    'wikio',
    'twitthis',
    'yahoo',
    'google',
    'delicious'
    )
    )
); ?>

Change Log

April 13, 2010
  • Initial release.
1 0
4 followers
527 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: User Interface
Tags:
Developed by: Rafael Garcia
Created on: Apr 13, 2010
Last updated: 13 years ago

Downloads

show all