C
|
cgphp 8/30/2011 |
When you create a new custom view for a table you can add/edit data only for that table. If you need to add/edit data to other tables, use "Save new data in another table" action in the "Before record added/updated" events. Check this article: http://xlinesoft.com/phprunner/docs/save_new_data_in_another_table.htm |
M
|
mimimoji author 8/30/2011 |
Thanks Cristian . |
C
|
cgphp 8/30/2011 |
In the Javascript OnLoad event of Add page: this.on('afterSave', function(formObj, fieldControlsArr, pageObj){ |
J
|
jomppa10 8/30/2011 |
In the Javascript onload event of Add page: this.on('afterSave', function(formObj, fieldControlsArr, pageObj){
|