|
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 ? |
|
|
C
|
cgphp 8/27/2011 |
|
Yes, I'm using child records in the add popup, me too. |
|
|
J
|
jomppa10 author 8/27/2011 |
|
Yes, I'm using child records in the add popup, me too.
|
|
|
J
|
jomppa10 author 8/27/2011 |
|
I made some tests with pure phprunner files and you are right . I have to check my modified project files once again. This is a good asset for all of us and also a nice new feature to manage records. Thanks again. regards Jouni I
|
|
|
C
|
cgphp 8/28/2011 |
|
You are right. I'm investigating it. |
|