depage-forms v1.4.1
html forms made easy
Loading...
Searching...
No Matches
Magick Methods
Class Container

Element addAddress($name, $parameters = array()) Adds a new address fieldset to the container.

Element addBoolean($name, $parameters = array()) Adds a new boolean input element to the container.

Element addButton($name, $parameters = array()) Adds a new button input element to the container.

Element addCaptcha($name, $parameters = array()) Adds a new captcha input element to the container.

Element 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.

Element addDate($name, $parameters = array()) Adds a new date input element to the container.

Element addDatetime($name, $parameters = array()) Adds a new datetime input element to the container.

Element 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.

Element addFile($name, $parameters = array()) Adds a new file input element to the container.

Element addHidden($name, $parameters = array()) Adds a new hidden input element to the container.

Element addMonth($name, $parameters = array()) Adds a new month input element to the container.

Element addMultiple($name, $parameters = array()) Adds a new multiple

Element addNumber($name, $parameters = array()) Adds a new number input element to the container.

Element addPassword($name, $parameters = array()) Adds a new password

Element addPlaceholder($name, $parameters = array()) Adds a new placeholder input element to the container.

Element addPlaceholderMultiple($name, $parameters = array()) Adds a new multiple placeholder input element to the container

Element addRange($name, $parameters = array()) Adds a new range input element to the container.

Element addRichtext($name, $parameters = array()) Adds a new richtext input element to the container.

Element addSearch($name, $parameters = array()) Adds a new search input element to the container.

Element addSingle($name, $parameters = array()) Adds a new single choice input element to the container.

Element addState($name, $parameters = array()) Adds a new state input element to the container.

Element addStep($name, $parameters = array()) Adds a new step container

Element addTel($name, $parameters = array()) Adds a new telephone input element to the container.

Element addText($name, $parameters = array()) Adds a new text input element to the container.

Element addTextarea($name, $parameters = array()) Adds a new textarea input

Element addTime($name, $parameters = array()) Adds a new time input element to the container.

Element addUrl($name, $parameters = array()) Adds a new URL input element to the container.

Element addWeek($name, $parameters = array()) Adds a new week input element to the container.

Class Element

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.