예제 #1
0
 /**
  * Return form attributes
  *
  * @return array
  */
 protected function getFormAttributes()
 {
     $list = parent::getFormAttributes();
     $list['target'] = 'shipping_test';
     return $list;
 }
예제 #2
0
 /**
  * Return form attributes
  *
  * @return array
  */
 protected function getFormAttributes()
 {
     $attrs = parent::getFormAttributes();
     $attrs['target'] = 'shipping_test';
     return $attrs;
 }