active_tags.css |
active_tags.css |
|
.at-term-list {
padding: 5px 0;
}
.at-term {
background-color:#eee;
padding:2px;
display:inline;
margin:2px;
cursor:pointer;
}
.at-term-action-remove {
color:red;
padding-left:5px;
}
.at-term-entry {
width: 300px;
float:… |
active_tags.info |
active_tags.info |
|
name = Active Tags
description = Enhanced tag widget for free tagging vocabularies.
dependencies[] = taxonomy
dependencies[] = field
package = User interface
core = 7.x |
active_tags.install |
active_tags.install |
|
Install & uninstall functions. |
active_tags.module |
active_tags.module |
|
Active Tags widget for free tagging taxonomies |
README.txt |
README.txt |
|
-- SUMMARY --
Active Tags adds a new option to free tagging taxonomies. If selected
the taxonomy widget is replaced by a new jQuery enabled tag entry widget.
For a full description visit the project page:
http://drupal.org/project/active_tags
Bug… |