Exemplo n.º 1
0
	theAccordion            	  : false, // stores the left Navigationpabel
	theUserFirstLogin			  : false,
	theFirstLogin				  : false,
	theWorfklowVersionId		  : false,
	theWorfklowId		 		  : false,
	theWorklfowWindow			  : false,
	
	/** functions loads accordion for region west **/
	init: function () {
		
		this.theWorfklowVersionId = (Ext.get('version_id').dom.value);
		this.theWorfklowId = (Ext.get('workflow_id').dom.value);
		this.theWorklfowWindow = (Ext.get('window').dom.value);

		this.theUserFirstLogin = '******';
		this.theFirstLogin = '******';
		this.initAccordion();
		this.initTree();
		cf.Navigation.initMyProfilePanel.defer(2000, this,'');
		
	},
	
	/** reloads navigation west **/
	reloadNavigation: function () {
		this.initAccordion();
		this.initTree();
	},
	
	/** functions loads all data for the navigation **/
	initTree: function () {
		var url =  '<?php echo build_dynamic_javascript_url('menue/loadMenue')?>';