Solar_View_Helper_Form::addHtml()

public Solar_View_Helper_Form Solar_View_Helper_Form::addHtml ( string $html )

Adds arbitrary raw HTML to the form stack outside the normal element structure.

Parameters

  • (string) $html: The raw HTML to add to the stack; it will not be escaped for you at output time.

Returns

  • (Solar_View_Helper_Form)

Description

Adds arbitrary raw HTML to the form stack outside the normal element structure.



Local