B
|
bobsansei 6/30/2010 |
to refresh page after InlineEdit/InlineAdd open generated inlude/inlineedit.js file, find this code: |
S
|
Seraph author 6/30/2010 |
to refresh page after InlineEdit/InlineAdd open generated inlude/inlineedit.js file, find this code: setTimeout('$("#uploadForm'+id+'").remove()',500); and add following code just after: setTimeout('window.location.reload(true)',1000); i think this go work for you... <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=50890&image=1&table=forumreplies' class='bbc_emoticon' alt=':P' />
|
A
|
ann 7/2/2010 |
Hi, window.parent.reload() |