BPMN, the option in Process menu Opetion is working again
This commit is contained in:
@@ -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');
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,5 +1,5 @@
|
||||
var _TAS_UID;
|
||||
//var processObj;
|
||||
var processObj;
|
||||
//var ProcessMapObj;
|
||||
|
||||
Ext.onReady ( function() {
|
||||
@@ -10,7 +10,7 @@ Ext.onReady ( function() {
|
||||
}
|
||||
});
|
||||
|
||||
//processObj = new ProcessOptions();
|
||||
processObj = new ProcessOptions();
|
||||
//ProcessMapObj = new ProcessMapContext();
|
||||
|
||||
var west= {
|
||||
|
||||
Reference in New Issue
Block a user