Page 1 of 1
Hook request
Posted: Wed Mar 08, 2017 5:23 am
by tim
Hi,
Could you please add a HookMethod to FormOpenDental.menuItemLaboratories_Click (after the security check).
Thanks.
Re: Hook request
Posted: Wed Mar 08, 2017 8:02 am
by cmcgehee
We sure can, Tim. Is this how you want the hook written? If you need any extra parameters, we can pass them in.
Code: Select all
if(Plugins.HookMethod(this,"FormOpenDental.menuItemLaboratories_Click")) {
return;
}
Re: Hook request
Posted: Wed Mar 08, 2017 8:13 am
by tim
That's it for the moment, Chris, thanks.
Re: Hook request
Posted: Wed Mar 08, 2017 12:06 pm
by cmcgehee
This hook has been added to the head version and back ported to 16.4.25. Enjoy developing your plugin!