A primitive form element used only to inject raw html and place between other elements.

package FormItBuilder

 Methods

FormItBuilder_htmlBlock

__construct(string $html) 

Creates a segment of the specified html. This is great for introducing your own separators or wrappers around other elements in the form.

Parameters

$html

string

The html code to use as the element

outputHTML()

outputHTML() : string

output function called when generating the form elements content.

Returns

string