NAME
Quiq::Html::Widget::CheckBox - Checkbox
BASE CLASS
ATTRIBUTES
- class => $class (Default: undef)
-
CSS Klasse.
- disabled => $bool (Default: 0)
-
Keine Eingabe möglich.
-
Nicht sichtbar.
- id => $id (Default: undef)
-
CSS-Id.
- label => $html (Default: '')
-
Label rechts neben der Checkbox.
- name => $name (Default: undef)
-
Name, unter dem die Checkbox kommuniziert wird.
- onClick => $js (Default: undef)
-
OnClick-Handler.
- option => $value -or- [$checkedValue,$uncheckedValue] (Default: undef)
-
Wert, der gesendet wird, wenn die CheckBox aktiviert ist. Ist der Wert eine Arrayreferenz, wird der erste Wert des Arrays gesendet, wenn die Checkbox aktiviert ist, andernfalls der zweite Wert.
- style => $style (Default: undef)
-
CSS Definition (inline).
- title => $str (Default: undef)
-
Tooltip-Text.
- undefIf => $bool (Default: 0)
-
Wenn wahr, liefere
undef
als Widget-Code. - value => $value (Default: undef)
-
Aktueller Wert. Stimmt dieser mit dem Wert des Attributs option überein, wird die Checkbox aktiviert.
METHODS
Konstruktor
new() - Konstruktor
Synopsis
$e = $class->new(@keyVal);
Objektmethoden
html() - Generiere HTML-Code
Synopsis
$html = $e->html($h);
$html = $class->html($h,@keyVal);
VERSION
1.221
AUTHOR
Frank Seitz, http://fseitz.de/
COPYRIGHT
Copyright (C) 2024 Frank Seitz
LICENSE
This code is free software; you can redistribute it and/or modify it under the same terms as Perl itself.