jquery.treeTable.css |
jquery.treeTable.css |
|
/* jQuery TreeTable Core 2.0 stylesheet
*
* This file contains styles that are used to display the tree table. Each tree
* table is assigned the +treeTable+ class.
* ========================================================================= */
/*… |
README.txt |
README.txt |
|
INTRODUCTION
------------
Provides common and resuable token UI elements and missing core tokens.
* For a full description of the module, visit the project page:
https://drupal.org/project/token
* To submit bug reports and feature suggestions,… |
token.css |
token.css |
|
.token-tree {
font-size: 0.85em;
margin-left: 19px;
}
.ui-dialog-content .token-tree {
margin-left: 0;
}
.token-tree td, .token-tree th {
padding-top: 0;
padding-bottom: 0;
}
.token-group {
font-weight: bold;
}
.js .token-group {
… |
token.drush.inc |
token.drush.inc |
|
Drush integration for the Token module. |
token.info |
token.info |
|
name = Token
description = Provides a user interface for the Token API and some missing core tokens.
core = 7.x
dependencies[] = system (>=7.23)
files[] = token.test |
token.install |
token.install |
|
Install, update and uninstall functions for the token module. |
token.module |
token.module |
|
Enhances the token API in core: adds a browseable UI, missing tokens, etc. |
token.pages.inc |
token.pages.inc |
|
User page callbacks for the token module. |
token.test |
token.test |
|
Test integration for the token module. |
token.tokens.inc |
token.tokens.inc |
|
Token callbacks for the token module. |
token_test.info |
tests/token_test.info |
|
name = Token Test
description = Testing module for token functionality.
package = Testing
core = 7.x
files[] = token_test.module
hidden = TRUE |
token_test.module |
tests/token_test.module |
|
Helper module for token tests. |
token_test.tokens.inc |
tests/token_test.tokens.inc |
|
|