Ejemplo n.º 1
0
 /**
  * Get the additional control element's style attribute string
  * @return String
  */
 protected function getWidthStyleForAdditionalControl()
 {
     $width = $this->searchPanelControl ? 150 : $this->pageObject->pSetEdit->getControlWidth($this->field);
     $style = parent::makeWidthStyle($width);
     return 'style="' . $style . '"';
 }