This topic is locked

Refresh Edit page after Child Inline Edit saved

12/11/2010 1:05:27 PM
PHPRunner General questions
S
sgchan author

Hi, I am using Build 7113.
Assuming Table B is the child of Table A. Table B is listed as Inline in Table A's Edit Page. I have 2 questions:

  1. When I perform an Inline Edit on Table B within Table A's Edit page, how can I refresh the entire page (i.e. Table A's Edit page)?
  2. How can I refresh only the Inline Edit list of Table B?
    I have tried adding setTimeout('window.location.reload(true)',500); in inlineedit.js but it didn't have any impact. Help please, and many thanks in advance.