Exemplo n.º 1
0
 /**
  * Get attributes
  *
  * @return array
  */
 protected function getAttributes()
 {
     $list = parent::getAttributes();
     $list['type'] = 'submit';
     return $list;
 }
Exemplo n.º 2
0
 /**
  * Get attributes
  *
  * @return array
  */
 protected function getAttributes()
 {
     $list = parent::getAttributes();
     return array_merge($list, $this->getLinkAttributes());
 }
Exemplo n.º 3
0
 /**
  * Get attributes
  *
  * @return array
  */
 protected function getAttributes()
 {
     $list = parent::getAttributes();
     $list['onclick'] = 'javascript: ' . $this->getJSCode();
     return $list;
 }