. * * For more information, contact Colosa Inc, 2566 Le Jeune Rd., * Coral Gables, FL, 33134, USA, or email info@colosa.com. */ //$oHeadPublisher = & headPublisher::getSingleton(); G::loadClass( 'configuration' ); $conf = new Configurations(); $oHeadPublisher->addExtJsScript( 'processes/main', true ); //adding a javascript file .js $oHeadPublisher->addContent( 'processes/main' ); //adding a html file .html. $oHeadPublisher->assign( 'pageSize', $conf->getEnvSetting( 'casesListRowNumber' ) ); G::RenderPage( 'publish', 'extJs' );