NAME
Quiq::Html::Widget::ReadOnly - Nicht-änderbarer Text
BASE CLASS
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.
-
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.
- undefIf => $bool (Default: 0)
-
Wenn wahr, liefere
undef
als Widget-Code. - 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.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.