public function __construct($objParentControl, $strControlId = null)
 {
     parent::__construct($objParentControl, $strControlId);
     $this->strTemplate = __DOCROOT__ . __VIRTUAL_DIRECTORY__ . __TPL_ASSETS__ . '/yelbar/' . get_class($this) . '.tpl.php';
     $this->Attr('transition', 'slide');
     $this->AddAction(new MJaxTouchLocationEvent(), new MJaxTouchServerControlAction($this, 'scnYBLoadScreen_location'));
 }
示例#2
0
 public function __construct($objParentControl, $strControlId = null)
 {
     parent::__construct($objParentControl, $strControlId);
     $this->strTemplate = __DOCROOT__ . __VIRTUAL_DIRECTORY__ . __TPL_ASSETS__ . '/' . get_class($this) . '.tpl.php';
 }