signpad input-Feld
Das input-Feld vom Type "signpad" dient der Erfassung von Unterschriften in einem Formular.
/**
* Create a Bootstrap form field to enter a signature
*
* Creates the input and canvas group for an element with the correct classes for errors.
*
* ATTENTION: This function uses the form-open-option: 'onSubmit' => 'submitForm()'
*
* @param string $name
* @param string $label
* @param string $value
* @param array $options
* @return string
*/
public function signpad($name, $label = null, $value = null, array $options = []) {
// ...
}Parameter für das "signpad" Input-Feld
Optionale Parameter für das "signpad" Input-Feld
Signature-Pad
Beispiele
Unterschriftenfeld

Hinweise
bootstrap - Hinweis
Last updated