The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Quiq::Html::Widget::Button - Schaltfläche

BASE CLASS

Quiq::Html::Widget

ATTRIBUTES

class => $class (Default: undef)

CSS Klasse.

content => $html (Default: undef)

Button-Label (allgemeiner HTML-Content).

disabled => $bool (Default: 0)

Keine Eingabe möglich.

hidden => $bool (Default: 0)

Nicht sichtbar.

id => $id (Default: undef)

CSS-Id.

name => $name (Default: undef)

Name, unter dem der Button kommuniziert wird.

onClick => \@arr (Default: [])

OnClick-Handler.

style => $style (Default: undef)

CSS Definition (inline).

title => $str (Default: undef)

Tooltip-Text.

type => $type (Default: 'button')

Button-Typ: 'button', 'submit' oder 'reset'.

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

AUTHOR

Frank Seitz, http://fseitz.de/

COPYRIGHT

Copyright (C) 2019 Frank Seitz

LICENSE

This code is free software; you can redistribute it and/or modify it under the same terms as Perl itself.