Outputs HTML for forms
public getDisplay ( boolean $tabbed_form = false, boolean $show_restore_default = false, boolean $show_buttons = true, string $form_action = null, array $hidden_fields = null ) : string | ||
$tabbed_form | boolean | if true, use a form with tabs |
$show_restore_default | boolean | whether show "restore default" button besides the input field |
$show_buttons | boolean | whether show submit and reset button |
$form_action | string | action attribute for the form |
$hidden_fields | array | array of form hidden fields (key: field name) |
Результат | string | HTML for forms |