NAME
Quiq::Html::Widget::Button - Schaltfläche
BASE CLASS
ATTRIBUTES
- class => $class (Default: undef)
-
CSS Klasse.
- content => $html (Default: undef)
-
Button-Label (allgemeiner HTML-Content).
- disabled => $bool (Default: 0)
-
Keine Eingabe möglich.
-
Nicht sichtbar.
- id => $id (Default: undef)
-
CSS-Id.
- name => $name (Default: undef)
-
Name, unter dem der Button kommuniziert wird.
- onClick => $js (Default: undef)
-
OnClick-Handler.
- style => $style (Default: undef)
-
CSS Definition (inline).
- title => $str (Default: undef)
-
Tooltip-Text.
-
Button-Typ: 'button', 'submit' oder 'reset'.
- undefIf => $bool (Default: 0)
-
Wenn wahr, liefere
undef
als Widget-Code. - value => $value (Default: undef)
-
Wert, der gesendet wird.
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.