menu_link_weight.info |
menu_link_weight.info |
|
core = "7.x"
dependencies[] = menu
files[] = menu_link_weight.test
description = "Replaces the menu link weight dropdown with a tabledrag widget"
name = "Menu Link Weight" |
menu_link_weight.install |
menu_link_weight.install |
|
Install file for Menu Link Weight. |
menu_link_weight.module |
menu_link_weight.module |
|
Replaces the menu link weight dropdown with a tabledrag widget. |
menu_link_weight.reorder.inc |
menu_link_weight.reorder.inc |
|
Functionality related to reordering of options by other modules. |
menu_link_weight.test |
menu_link_weight.test |
|
Web tests for Menu Link Weight. |
menu_link_weight_test.info |
tests/menu_link_weight_test.info |
|
name = "Menu Link Weight Test"
package = "Menu Link Weight"
description = Support module for the Menu Link Weight Simpletests.
core = 7.x
hidden = TRUE |
menu_link_weight_test.module |
tests/menu_link_weight_test.module |
|
Support module for the Menu Link Weight Simpletests. |
README.txt |
README.txt |
|
INTRODUCTION
------------
The Menu Link Weight module replaces the standard numeric weight dropdown widget
for menu links in the node form provided by Drupal Core with a tabledrag widget.
Upon selection of a parent, a tabledrag widget will be loaded… |