Source for file jOCSP_functions.phpinc
Documentation is available at jOCSP_functions.phpinc
  * Common Functions to interact with jOCSP javascript  
  * @project    Open CSP-Management  
  * @author     Peter Krebs (pk) <pitlinz@users.sourceforge.net>  
  * @license    http://opensource.org/licenses/gpl-license.php GNU Public License  
 * returns the js command to register an error  
 * @param boolean $silient   
 * @param string $str_debugInfo   
    $str_ret  =
"jOCSP.addError({";  
    $str_ret .= 
",reqURI: '" . 
pcf_js_escape($_SERVER['REQUEST_URI']) .
"'";   
 * returns the js code to open a form in a new layer  
 * @param string $str_OuterId   
 * @param OCSP_FRM_VIEW $viewObj   
        jOCSP.requestScript('" . 
$OCSP_CONF['SYSTEMURL'] . 
"jOCSP/jOCSP_dom.js',true);          
        obj_shadowLayer = jOCSP.dom.shadowLayer('" . 
$str_OuterId . 
"',true);  
        if (obj_frmLayer = jOCSP.dom.formLayerCreate('" . 
$str_OuterId . 
"'))  
            jOCSP.dom.shadowLayerClear('" . 
$str_OuterId . 
"');  
 
 
	
		Documentation generated on Thu, 08 Jan 2009 17:44:30 +0100 by phpDocumentor 1.4.0a2