/**
  * Return the javascript associated with the control.
  * @return string
  */
 public function GetEndScript()
 {
     $strJS = parent::GetEndScript();
     QApplication::ExecuteJsFunction('qcubed.tabs', $this->GetJqControlId(), QJsPriority::High);
     return $strJS;
 }