Beispiel #1
0
 /**
  * return a form with a nested action button
  *
  * @param $url
  * @param $method
  * @param $name
  * @param string $position
  * @param array $attributes
  * @return $this 
  * @static 
  */
 public static function formButton($url, $method, $name, $position = 'BL', $attributes = array())
 {
     //Method inherited from \Zofe\Rapyd\Widget
     return \Zofe\Rapyd\DataSet::formButton($url, $method, $name, $position, $attributes);
 }