This forum is for programmers who have questions about the source code.
-
jsalmon
- Posts: 1596
- Joined: Tue Nov 30, 2010 12:33 pm
-
Contact:
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: 240
- Joined: Fri Aug 23, 2013 11:29 am
Post
by allends » Mon Jun 22, 2015 12:55 pm
Hook added and will be available with the release of 15.2.9