R
|
ruud 9/5/2018 |
Is this of any help? I have used this years ago and it worked. |
P
|
PaulM author 9/5/2018 |
Is this of any help? I have used this years ago and it worked. Inline Add & Reload page List page - JavaScript OnLoad //direct add pageObj.inlineAdd.inlineAdd(); //reload page / back to list this.on('afterInlineAdd', function( fieldsData ) { location.reload(); } )
|