Inline Edit Custom Code

Hello guys,

Has anyone implemented a custom javascript library/code while editing field in Detail/List view inline edit?

I have tried to implement it through a custom editviewdefs.php and it only worked while editing the field in EditView. It not worked while editing using inline edit on Detail/List view.

What is the correct place to put my code to be used on inline edit?

Tks,
Gideoni

yes you can go suitecrm/custom/module name/views/view.edit.php–>put code here
when views folder not there then you have to create it and it ssame for all like detail.php or list.php.
thanks