Hook Requests - Wiki

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

Hook Requests - Wiki

Post by jsalmon » Sat Jun 20, 2015 9:52 pm

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: 235
Joined: Fri Aug 23, 2013 11:29 am

Re: Hook Requests - Wiki

Post by allends » Mon Jun 22, 2015 12:55 pm

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

Post Reply