taghandler Tag Handler is a jQuery plugin used for managing tag-type metadata in Yii

  1. Requirements
  2. Installation
  3. Usage

Tag Handler is a jQuery plugin used for managing tag-type metadata sample

Requirements

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

Installation

  • Extract the release file under protected/extensions

Usage

See the following code example:

$assigned  = Contact::model()->Assigned($model->entryId)->findAll();
$available = Contact::model()->Available()->findAll();
$this->widget('ext.TagHandler.TagHandler', array(
	'name'=>'Contact[List]',
	'options'=>array(
	//'getURL'=>$ajaxURL,
	'assigned'=> $assigned,
	'available'=> $available,
	'autocomplete'=>true,
),
));

for get value and submit befor send data: ~~~ [javascript] $('#form_Id').submit(function() {

$('#Contact_List').val($("#Contact_List_0").tagHandler("getTags"));
return true;

});


##Resources

 * [Try out a jquery demo](http://ioncache.github.io/Tag-Handler/)

##Donate
Want to say thanks for the time and efforts put on this project?  
[Donate](http://dkr.co.ir/donate)

0 0
6 followers
253 downloads
Yii Version: 1.1
License: GPL-2.0
Category: User Interface
Developed by: Amini
Created on: Aug 22, 2013
Last updated: 9 years ago

Downloads

show all