Example #1
0
 /**
  * Each element will be asked to use the given renderer to get itself output.
  **/
 public function renderUsing(fxRenderer &$r, fxForm &$f, $parent_id)
 {
     return $r->renderForm($f);
 }
Example #2
0
 public function renderUsing(fxRenderer &$r, fxForm &$f, $parent_id)
 {
     return $r->renderSelect($this, $f, $parent_id);
 }