浏览代码

Added note about undefined variables.

Lacey Sanderson 6 年之前
父节点
当前提交
73ebc7c8c2
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      docs/dev_guide/custom_field/custom_widget.rst

+ 5 - 0
docs/dev_guide/custom_field/custom_widget.rst

@@ -125,6 +125,11 @@ But what do you do if the record you want to link to via foreign key constraint
     // Validate your data here
     //...
 
+    //...
+    // Determine the subject_id, object_id and type_id based on user input.
+    // User input is found in $form_state['values'].
+    //...
+
     // If we have all the keys then set the columns as in the obi__organism ex.
     if ($subject_id && $object_id && $type_id) {
       // Set all chado fields to their values.