Element addAddress($name, $parameters = array()) Adds a new address fieldset to the container.
Input addBoolean($name, $parameters = array()) Adds a new boolean input element to the container.
Input addButton($name, $parameters = array()) Adds a new button input element to the container.
Input addCaptcha($name, $parameters = array()) Adds a new captcha input element to the container.
Input addColor($name, $parameters = array()) Adds a new color input element to the container.
Element addCreditcard($name, $parameters = array()) Adds a new creditcard fieldset to the container.
Input addDate($name, $parameters = array()) Adds a new date input element to the container.
Input addDatetime($name, $parameters = array()) Adds a new datetime input element to the container.
Input addEmail($name, $parameters = array()) Adds a new email input element to the container.
Element addFieldset($name, $parameters = array()) Adds a new fieldset container to the container.
Input addFile($name, $parameters = array()) Adds a new file input element to the container.
Input addHidden($name, $parameters = array()) Adds a new hidden input element to the container.
Input addMonth($name, $parameters = array()) Adds a new month input element to the container.
Input addMultiple($name, $parameters = array()) Adds a new multiple
Input addNumber($name, $parameters = array()) Adds a new number input element to the container.
Input addPassword($name, $parameters = array()) Adds a new password
Input addPlaceholder($name, $parameters = array()) Adds a new placeholder input element to the container.
Input addPlaceholderMultiple($name, $parameters = array()) Adds a new multiple placeholder input element to the container
Input addRange($name, $parameters = array()) Adds a new range input element to the container.
Input addRichtext($name, $parameters = array()) Adds a new richtext input element to the container.
Input addSearch($name, $parameters = array()) Adds a new search input element to the container.
Input addSingle($name, $parameters = array()) Adds a new single choice input element to the container.
Input addState($name, $parameters = array()) Adds a new state input element to the container.
Input addStep($name, $parameters = array()) Adds a new step container
Input addTel($name, $parameters = array()) Adds a new telephone input element to the container.
Input addText($name, $parameters = array()) Adds a new text input element to the container.
Input addTextarea($name, $parameters = array()) Adds a new textarea input
Input addTime($name, $parameters = array()) Adds a new time input element to the container.
Input addUrl($name, $parameters = array()) Adds a new URL input element to the container.
Input addWeek($name, $parameters = array()) Adds a new week input element to the container.
string htmlValue() Returns HTML escaped value attribute.
array htmlDataAttr() Returns HTML escaped dataAttr attribute.
string htmlMarker() Returns HTML escaped marker attribute.
string htmlLabel() Returns HTML escaped label attribute.
string htmlWrapperAttributes() Returns HTML escaped wrapperAttributes attribute.
string htmlErrorMessage() Returns HTML escaped errorMessage attribute.
string htmlHelpMessage() Returns HTML escaped helpMessage attribute.