Example #1
0
 public static function customformelement($name, $default = '', $args = array(), $tpl = null)
 {
     $out = '<BRICK></BRICK>';
     return Form::chain($out);
 }