term_reference_tree_theme |
./term_reference_tree.module |
Implements hook_theme(). |
|
|
theme_checkbox_tree |
./term_reference_tree.module |
Returns HTML for a checkbox_tree form element. |
|
1 |
theme_checkbox_tree_item |
./term_reference_tree.module |
This function prints a single item in the tree, followed by that item's
children (which may be another checkbox_tree_level). |
|
1 |
theme_checkbox_tree_label |
./term_reference_tree.module |
This function prints a label that cannot be selected. |
|
1 |
theme_checkbox_tree_level |
./term_reference_tree.module |
This function prints a list item with a checkbox and an unordered list
of all the elements inside it. |
|
1 |
theme_term_tree_list |
./term_reference_tree.module |
Themes the term tree display (as opposed to the select widget). |
|
1 |
_term_reference_tree_build_item |
./term_reference_tree.module |
Builds a single item in the term reference tree widget. |
1 |
|
_term_reference_tree_build_level |
./term_reference_tree.module |
Builds a level in the term reference tree widget. |
2 |
|
_term_reference_tree_children_selected |
./term_reference_tree.module |
|
1 |
|
_term_reference_tree_flatten |
./term_reference_tree.module |
Recursively go through the option tree and return a flat array of options. |
1 |
|
_term_reference_tree_get_children |
./term_reference_tree.module |
This function is like taxonomy_get_children, except it doesn't load the
entire term. |
1 |
|
_term_reference_tree_get_options |
./term_reference_tree.module |
Return an array of options. |
1 |
|
_term_reference_tree_get_parent |
./term_reference_tree.module |
Helper function to get the parent of tid. |
1 |
|
_term_reference_tree_get_term_hierarchy |
./term_reference_tree.module |
This function returns a taxonomy term hierarchy in a nested array. |
1 |
|
_term_reference_tree_output_list_level |
./term_reference_tree.module |
Helper function to output a single level of the term reference tree display. |
1 |
|