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

NAME

Quiq::Html::Widget::ReadOnly - Nicht-änderbarer Text

BASE CLASS

Quiq::Html::Widget

ATTRIBUTES

id => $id (Default: undef)

CSS Id.

class => $class (Default: undef)

CSS Klasse.

style => $style (Default: undef)

CSS Definition (inline).

disabled => $bool (Default: 0)

Widget-Wert wird nicht kommuniziert.

hidden => $bool (Default: 0)

Widget ist (aktuell) unsichtbar.

name => $name (Default: undef)

Name des Hidden-Felds.

text => $str (Default: undef)

Text, der angezeigt wird. Ist dieses Attribut nicht gesetzt, wird der Wert des Attributs value angezeigt.

value => $str (Default: undef)

Wert (vom Anwender nicht änderbar).

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

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.