Example #1
0
 /**
  * Defines the style for the save button
  *
  * @return string
  */
 protected function getSaveWidgetStyle()
 {
     return parent::getSaveWidgetStyle() . ' more-action';
 }