Hook Requests - Wiki

This forum is for programmers who have questions about the source code.
Post Reply
User avatar
jsalmon
Posts: 1609
Joined: Tue Nov 30, 2010 12:33 pm
Contact:

Hook Requests - Wiki

Post by jsalmon »

I need a hook to replace the Edit_Click method of FormWiki:

Code: Select all

private void Edit_Click() {
	if(Plugins.HookMethod(this,"FormWiki.Edit_Click")) {
		return;
	}
	...
The best thing about a boolean is even if you are wrong, you are only off by a bit.

Jason Salmon
Open Dental Software
http://www.opendental.com
allends
Posts: 244
Joined: Fri Aug 23, 2013 11:29 am

Re: Hook Requests - Wiki

Post by allends »

Hook added and will be available with the release of 15.2.9
Allen
Open Dental Software
http://www.opendental.com
Post Reply