|
P5EEx-Blue-0.01 | |||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
![]() |
P5EEx::Blue::Widget::HTML::Button |
P5EEx::Blue::Widget::HTML::Button - An HTML button
use P5EEx::Blue::Widget::HTML::Button;
$name = "get_data"; $w = P5EEx::Blue::Widget::HTML::Button->new($name); print $w->display();
This class is a <input type=submit> HTML element. In the advanced configurations, it is rendered as an image button.