BPMN, the option in Process menu Opetion is working again

This commit is contained in:
Erik Amaru Ortiz
2011-02-24 20:27:16 +00:00
parent 79d60939d4
commit 3b7ea26ce1
3 changed files with 342 additions and 28 deletions

View File

@@ -16,13 +16,9 @@
$oHeadPublisher =& headPublisher::getSingleton();
$oHeadPublisher->usingExtJs('ux/miframe');
//$oHeadPublisher->setExtSkin( 'xtheme-gray');
$oHeadPublisher->addExtJsScript('bpmn/processmap', true ); //adding a javascript file .js
$oHeadPublisher->addContent( 'bpmn/processmap'); //adding a html file .html.
$oHeadPublisher->addExtJsScript('bpmn/ProcessOptions', true);
$oHeadPublisher->addExtJsScript('bpmn/processmap', true);
$oHeadPublisher->addContent( 'bpmn/processmap');
$oHeadPublisher->assign('pro_title', $process->getProTitle());
$oHeadPublisher->assign('pro_uid', $process->getProUid());
G::RenderPage('publish', 'extJs');