C
|
cgphp 8/27/2011 |
var pageObj = Runner.pages.PageManager.getAt('your_table_name', pageid); |
J
|
jomppa10 author 8/27/2011 |
var pageObj = Runner.pages.PageManager.getAt('your_table_name', pageid);
|
C
|
cgphp 8/27/2011 |
It seems a issue related to the afterSave event. Try out this code without the afterSave event: $("#submit2").click(function(e){ |
J
|
jomppa10 author 8/27/2011 |
It seems a issue related to the afterSave event. Try out this code without the afterSave event: $("#submit2").click(function(e){
|
C
|
cgphp 8/27/2011 |
It works for me. Is it the only one js code in the "Javascript OnLoad" event ? |
J
|
jomppa10 author 8/27/2011 | ||||||||||||||||||||||||||||||||
It works for me. Is it the only one js code in the "Javascript onload" event ? Yes, I'm using child records in the add popup, me too.
|