How To Use Aftersave Javascript Event? |
6/12/2013 2:24:45 PM |
PHPRunner General questions | |
P
pccmarkets author
We have PHPRunner Enterprise 6.2. When editing a detail record in inline edit mode within a list view, we'd like to reload the page after an inline save so the master record details displayed on the page gets updated. I've seen a number of references to "afterSave" in these forums (like here) and can even find this in PHPRunner's JavaScript file, but is seems missing from the official documentation (though there is some info on beforeSave). Nor can we get it to work. |
|
C
|
cgphp 6/14/2013 |
Provide an example of what you don't see updated in the master record when you edit a detail record. |
P
|
pccmarkets author 6/14/2013 |
Provide an example of what you don't see updated in the master record when you edit a detail record.
|
![]() |
Admin 6/14/2013 |
Check live demo of Invoice template: http://xlinesoft.com/invoice |
P
|
pccmarkets author 6/14/2013 |
Check live demo of Invoice template: http://xlinesoft.com/invoice You can see invoice total changing as soon as quantity or price changes. You can achieve this implementing onchange event of child table fields. More info: http://xlinesoft.com/phprunner/docs/show_dropdown_list_of_us_states.htm
|