Gentics Portal.Node PHP API
 All Classes Namespaces Functions Variables Pages
ManageAttributesWidget.php
1 <?php
2 /**
3  * Gentics Portal.Node PHP
4  * Author & Copyright (c) by Gentics Software GmbH
5  * sales@gentics.com
6  * http://www.gentics.com
7  * Licenses can be found in the LICENSE.txt file in the root-folder of this installation
8  * You must not use this software without a valid license agreement.
9  *
10  */
12 {
13 
14  public function init()
15  {
16  parent::init();
17  $assetsUrl = $this->getModule()->getAssetsUrl();
18  Yii::app()->clientScript->registerScriptFile($assetsUrl . '/js/dhtmlTreeEditor.js');
19  }
20 
21  public function run()
22  {
23  $this->render('ManageAttributesWidget');
24  }
25 }