Is it possible to set inline view only for form view? I need top bar to be accessible in tree view (for search etc. like in target current) and need it be removed from form view, but with editable form (like in target inline). I guess it is needed to be changed somewhere in web module's js files, but it is hard for me to figure out. The solution might be opening form in edit mode automatically (found a module, that should add such thing but it was not working properly) and removing top bar upon entering form. Easiest way that I tested was using .click() on Edit button then removing top bar, but that does not work since bar was removed earlier, so .click() couldn't go off.
If you have any suggestion where to find the code removing top bar in inline views or how to set form to edit upon open, I'd appreciate that.