Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

html::widget::element::nullcontainer(3pm) [debian man page]

HTML::Widget::Element::NullContainer(3pm)		User Contributed Perl Documentation		 HTML::Widget::Element::NullContainer(3pm)

NAME
HTML::Widget::Element::NullContainer - Null Container Element SYNOPSIS
my $e = $widget->element( 'NullContainer'); $e->element('Textfield', 'bar'); DESCRIPTION
NullContainer Level Element. Base class for HTML::Widget::Element::Block May also be useful for canned subwidgets. See HTML::Widget::Element::Block for documentation of most methods. METHODS
new Sets "allow_filter" in HTML::Widget::Element to false, so that filters added by "$widget->filter_all" won't be applied to Span elements. Sets "allow_constraint" in HTML::Widget::Element to false, so that constraints added by "$widget->constraint_all" won't be applied to Span elements. elem element Arguments: $type, $name, \%attributes Return Value: $element See "element" in HTML::Widget for details. push_content unshift_content containerize id get_elements get_element find_elements prepare See "prepare" in HTML::Widget::Element init See "init" in HTML::Widget::Element process See "process" in HTML::Widget::Element SEE ALSO
HTML::Widget::Element AUTHOR
Michael Gray, "mjg@cpan.org" LICENSE
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.10.1 2007-03-01 HTML::Widget::Element::NullContainer(3pm)

Check Out this Related Man Page

HTML::Widget::Element::Button(3pm)			User Contributed Perl Documentation			HTML::Widget::Element::Button(3pm)

NAME
HTML::Widget::Element::Button - Button Element SYNOPSIS
$e = $widget->element( 'Button', 'foo' ); $e->value('bar'); DESCRIPTION
Button Element. METHODS
new value label The value of this Button element. Is also used by the browser as the button label. "label" is an alias for "value". content If set, the element will use a "button" tag rather than an "input" tag. The value of "content" will be used between the "button" tags, unescaped. This means that any html markup may be used to display the button. type Valid values are "button", "submit", "reset" and "image". src If set, the element will be rendered as an image button, using this url as the image. Automatically sets "type" to "image". retain_default If true, overrides the default behaviour, so that after a field is missing from the form submission, the xml output will contain the default value, rather than be empty. render containerize SEE ALSO
HTML::Widget::Element AUTHOR
Marcus Ramberg, "mramberg@cpan.org" LICENSE
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.10.1 2007-03-01 HTML::Widget::Element::Button(3pm)
Man Page

2 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

process Span by shell

is it possible to find which commnands make shell to Span a child process? if so what is the determining criteria?? thanks (4 Replies)
Discussion started by: compbug
4 Replies

2. UNIX for Advanced & Expert Users

Array Element

This question is for someone that's more familiar with Array Element. I need to know if the maximum array element that can be assigned is 1024 and if its so, Is there a workaround solution when the counter exceeded 1024? param_array="$param_nam" counter=$counter+1 #to avoid space... (3 Replies)
Discussion started by: cumeh1624
3 Replies