renderBody() public method

Renders form body.
public renderBody ( ) : string
return string
 public function renderBody()
 {
     $this->controlsInit();
     return parent::renderBody();
 }