Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/jquery-ui/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Jquery Jqgrid将参数设置为自定义元素_Jquery_Jquery Ui_Jqgrid - Fatal编程技术网

Jquery Jqgrid将参数设置为自定义元素

Jquery Jqgrid将参数设置为自定义元素,jquery,jquery-ui,jqgrid,Jquery,Jquery Ui,Jqgrid,我使用Jqgrid显示和编辑信息。在其中一列中,我使用的是custom元素 editoptions:{custom_element: getcustomElement, custom_value:getCustomValue}, 如何将参数传递给此自定义元素函数,如getCustomElement(a)?您可以检查此项。它将帮助您了解如何将参数传递给自定义元素。转到自定义字幕,我想这会有帮助

我使用Jqgrid显示和编辑信息。在其中一列中,我使用的是custom元素

        editoptions:{custom_element: getcustomElement,
                     custom_value:getCustomValue},
如何将参数传递给此自定义元素函数,如getCustomElement(a)?

您可以检查此项。它将帮助您了解如何将参数传递给自定义元素。转到
自定义
字幕,我想这会有帮助