ValidForm Builder

Easy and safe XHTML 1.0 strict forms with validation!

Contents

VF_Password→toHtml

VF_Password→toHtml — Generates the HTML of the current element.
This method is for internal use only.


Description

toHtml ([bool $isSubmitted[, bool $simpleLayout]]);

Generates the HTML of the current element. This function is called by ValidForm→toHtml in order to generate the entire form.

Parameters

  • isSubmitted
    Is the current form submitted or not. If true, the submitted values will be the default values of the fields. Default value: false.
  • simpleLayout
    If true, VFB won't generate labels and divs around the input element. Default value: false.

Return values

Returns generated HTML in a string.

Example

No examples