[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
www.dhtmlgoodies.com • View topic - callbackOnBeforeCloseContent
Page 1 of 1

callbackOnBeforeCloseContent

PostPosted: Wed Jul 11, 2007 3:45 pm
by lking79
Hi,

I have an issue with the function callbackOnBeforeCloseContent.

I use the default function provided in the dhtml suite

/* callbackOnBeforeCloseContent call back function for the east pane */
function validateCloseContent(modelObj,action,contentObj)
{

[...]


}

I'd like to open a new page when the user closes a page. I tried to add

openPage('center','id1234','show.php?id=9','test','test');

before the

return true;

but the page is never opened, and I don't get any javascript errors.

Thanks for the help

PostPosted: Thu Jul 12, 2007 10:06 am
by Batalf

PostPosted: Thu Jul 12, 2007 10:26 am
by lking79

PostPosted: Thu Jul 12, 2007 10:31 am
by Batalf

PostPosted: Thu Jul 12, 2007 10:31 am
by lking79