Loading tabledrag_example/tabledrag_example_parent_form.inc +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ function tabledrag_example_parent_form($form_state) { // Create a form entry for this item. // // Each entry will be an array using the the unique id for that item as // Each entry will be an array using the unique id for that item as // the array key, and an array of table row data as the value. $form['example_items'][$item->id] = array( Loading tabledrag_example/tabledrag_example_simple_form.inc +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ function tabledrag_example_simple_form($form_state) { // Create a form entry for this item. // // Each entry will be an array using the the unique id for that item as // Each entry will be an array using the unique id for that item as // the array key, and an array of table row data as the value. $form['example_items'][$item->id] = array( Loading Loading
tabledrag_example/tabledrag_example_parent_form.inc +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ function tabledrag_example_parent_form($form_state) { // Create a form entry for this item. // // Each entry will be an array using the the unique id for that item as // Each entry will be an array using the unique id for that item as // the array key, and an array of table row data as the value. $form['example_items'][$item->id] = array( Loading
tabledrag_example/tabledrag_example_simple_form.inc +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ function tabledrag_example_simple_form($form_state) { // Create a form entry for this item. // // Each entry will be an array using the the unique id for that item as // Each entry will be an array using the unique id for that item as // the array key, and an array of table row data as the value. $form['example_items'][$item->id] = array( Loading