コード例 #1
0
 protected function resolveActionElementInformationDuringRender(&$elementInformation)
 {
     parent::resolveActionElementInformationDuringRender($elementInformation);
     if ($elementInformation['type'] == $this->activeActionElementType) {
         $elementInformation['htmlOptions']['class'] .= ' active';
     }
 }