Example demonstrating a parent/child tabledrag form

File

modules/examples/tabledrag_example/tabledrag_example_parent_form.inc

Functions

Namesort descending Description
tabledrag_example_get_tree Recursively adds to the $itemtree array, ordered by parent/child/weight.
tabledrag_example_parent_form Build the parent-child example form.
tabledrag_example_parent_form_submit Submit callback for the tabledrag_example_parent_form form.
tabledrag_example_parent_get_data Retrieves the tree structure from database, and sorts by parent/child/weight.
theme_tabledrag_example_parent_form Theme callback for the tabledrag_example_parent_form form.