cshs-term-group.tpl.php |
theme/cshs-term-group.tpl.php |
|
|
cshs.css |
css/cshs.css |
|
.select-wrapper {
display: inline-block;
margin-right: 20px;
}
.select-wrapper label {
display: block;
} |
cshs.element.inc |
cshs.element.inc |
|
|
cshs.formatter.inc |
cshs.formatter.inc |
|
All implementations of field formatters. |
cshs.info |
cshs.info |
|
name = Clientside hierarchical select
description = A simple clientside hierarchical select widget for taxonomy terms
dependencies[] = taxonomy
package = Form Elements
files[] = includes/handlers/cshs_handler_filter_term_node_tid.inc
core = 7.x |
cshs.module |
cshs.module |
|
A simple clientside hierarchical select widget for taxonomy terms. |
cshs_handler_filter_term_node_tid.inc |
includes/handlers/cshs_handler_filter_term_node_tid.inc |
|
Definition of cshs_handler_filter_term_node_tid. |
README.txt |
README.txt |
|
CONTENTS OF THIS FILE
---------------------
* Introduction
* Requirements
* Installation
* Configuration
* Maintainers
INTRODUCTION
------------
A simple clientside hierarchical select widget for taxonomy terms.
It works by replacing the… |