![]() |
jadachDevClub member 8/28/2017 |
Did you look at using the new field events? |
![]() |
MK Frank R author 8/28/2017 |
Did you look at using the new field events?
|
![]() |
Admin 9/5/2017 |
Here is the Javascript code that will click your 'Save' button. You can add it to ClientBefore or ClientAfter event. $("#saveButton1").trigger('click'); |
![]() |
Pete K 9/8/2017 |
Here is the Javascript code that will click your 'Save' button. You can add it to ClientBefore or ClientAfter event. $("#saveButton1").trigger('click');
|